md_5 | c29e1688d1fRevert "BUILDTOOLS-676: Downgrade Maven compiler version"
This reverts commit fc1f96cfadac4d3f3b91f419891f98cfad264f30. | Revert "BUILDTOOLS-676: Downgrade Maven compiler version"This reverts commit fc1f96cfadac4d3f3b91f419891f98cfad264f30. | | BUILDTOOLS-676 |
 DerFrZocker | 07bce714f44 | SPIGOT-7355: More field renames and fixes- Rename MapCursor Types to match their Minecraft names
- SPIGOT-7355: Rename ItemFlag#HIDE_POTION_EFFECTS to better reflect its function | | SPIGOT-7355 |
md_5 | 6a8ea76458d | Fix bad merge in penultimate commit | | |
md_5 | 50a7920c5a1 | Fix imports in previous commit | | |
 Parker Hawke | 83640dd19e7 | #995: Add required feature to MinecraftExperimental for easy lookups | | |
md_5 | fc1f96cfada | BUILDTOOLS-676: Downgrade Maven compiler version | | BUILDTOOLS-676 |
 DerFrZocker | 9ea9bb32fe3 | #997: Change wolf variant from enum to interface | | |
 Parker Hawke | 8cd1d01d33f | #996: Rename FoodMeta#get/setSaturationModifier() to #get/setSaturation() | | |
md_5 | d514cfb3c9b | Fix JavaDoc errors | | |
 coll1234567 | 664548f4eca | #994: Add methods to convert between an entity and a string | | |
 DerFrZocker | 8a34e009148 | SPIGOT-5336: Field name parity with Minecraft keys | | SPIGOT-5336 |
 DerFrZocker | aa0d3da263b | #977: Remove legacy Particle values | | |
md_5 | 1113e50a392 | Update to Minecraft 1.20.5 | | |
 Parker Hawke | 0a850d95d96 | #993: Deprecate Command's permission message methods as they no longer workEver since Mojang's introduction of Brigadier in 1.13, the client is not
sent any commands to which it does not have permission to execute. If a
client executes a command it is not aware of (and consequently does not
have permission for), the client will send itself instead of forwarding
the failure to the server for its response. | | |
 Parker Hawke | 20cf5b3d4fe | SPIGOT-7613: Make note of impact of mobGriefing gamerule for World#createExplosion() | | SPIGOT-7613 |
md_5 | 6cc615e6623 | Improve documentation of Enchantment#values() | | |
md_5 | 507052e1128 | Remove no longer required deprecation on display color APIs | | |
 MikChan | 729fc6a80bc | #991: Add PluginManager#loadPlugins(File[]) | | |
 Luis Benavides-Naranjo | 624c810c36a | #982: Add API to copy BlockState to a new Location | | |
 Parker Hawke | 9756fccce8a | #986: Add more Conduit API | | |
 Flo0 | f02baa38696 | #988: Add World#getIntersectingChunks(BoundingBox) | | |
md_5 | 9321d665f53 | Move getItemInUse up to LivingEntity | | |
 Gavin Tantleff | 819eef734f5 | #959: Add access to current item's remaining ticks | | |
md_5 | c4fdadb0c9f | SPIGOT-7601: Add AbstractArrow#getItem | | SPIGOT-7601 |
md_5 | be8261ca6cc | Add support for Java 22 | | |
 Miles Holder | 2611967663a | #979: Add more translation keys | | |
 Marco | 667533623b1 | #985: Correct book maximum pages and characters per page documentation | | |
 Bruno Ivan | c8be92fad60 | #980: Improve getArmorContents() documentation | | |
 Parker Hawke | f1120ee22db | #983: Expose riptide velocity to PlayerRiptideEvent | | |
 Doc | 7ca2b46c1a7 | SPIGOT-7594: Fix typo and include missing MinecraftExperimental annotation in Loot Table enum | | SPIGOT-7594 |
 DerFrZocker | 9a80d38c002 | SPIGOT-336, SPIGOT-3366, SPIGOT-5768, SPIGOT-6409, SPIGOT-6861, #722: Add EntityRemoveEvent | | 5 Jira issues |
 coll1234567 | 258086d9bb1 | SPIGOT-7417, #967: Add Sign#getTargetSide and Sign#getAllowedEditor | | SPIGOT-7417 |
md_5 | ffaba05158e | SPIGOT-7584: Add missing Tag.ITEMS_NON_FLAMMABLE_WOOD | | SPIGOT-7584 |
md_5 | 58ce1b0f157 | Improve compatibility of new DamageSource API | | |
md_5 | a6a9d2a41f8 | Remove some old ApiStatus.Experimental annotations | | |
 Doc | be72314ca31 | SPIGOT-7300, #829: Add new DamageSource API providing enhanced information about entity damageCo-authored-by: 2008Choco <hawkeboyz2@hotmail.com> | | SPIGOT-7300 |
 Doc | b252cf058ae | SPIGOT-7576, #970: Add methods in MushroomCow to change stew effects | | SPIGOT-7576 |
 Doc | b1c689bd12e | #902: Add Server#isLoggingIPs to get log-ips configuration | | |
 coll1234567 | 08f86d1ce25 | #971: Add Player methods for client-side potion effects | | |
 coll1234567 | 2e3024a9b07 | #963: Add API for in-world structures | | |
 Doc | a23292a7868 | SPIGOT-7530, #948: Improve Resource Pack API with new 1.20.3 functionality | | SPIGOT-7530 |
 DerFrZocker | 1851857b78b | SPIGOT-3071, #969: Add entity spawn method with spawn reason | | SPIGOT-3071 |
 coll1234567 | cde4c52a8c1 | SPIGOT-5553, #964: Add EntityKnockbackEvent | | SPIGOT-5553 |
 Nothixal | 1d5228782e1 | #966: Introduce getRespawnLocation as a replacement for getBedSpawnLocation | | |
 DaFeist | cc01b745798 | #965: Add DragonBattle#setPreviouslyKilled | | |
 Nothixal | 28e3702f8a5 | SPIGOT-6921, #957: Add methods to remove all enchantments on an ItemStack | | SPIGOT-6921 |
 coll1234567 | 8872404e4b7 | #961: Add BlockData#copyTo | | |
 Nothixal | 4054cc7b855 | #956: Add method to get an offline player's location | | |
md_5 | 63c208dd3f1 | Remove no longer used import | | |
 Bjarne Koll | 70be76c7be4 | #958: Further clarify deprecation of TAG_CONTAINER_ARRAYThe commit expands on the deprecation reasoning for
PersistentDataType#TAG_CONTAINER_ARRAY to make it more clear for people
migrating their data as to why the data type is deprecated.
The commit also moves the annotation from obsolete to deprecated. The
special handling of this type in the pdc implementation is more annoying
than anything else and should not be used down the line, making
@Depr... | | |