DerFrZocker | f2822317cbf | #1515: Add a Class reader and Class node argument provider | | |
DerFrZocker | 07abf68520e | #1514: Add a test case for ClassTraverser | | |
md_5 | a7577cb2477 | Fix Inventory#addItem not respecting max stack size | | |
Nothixal | 066a74e744a | #1490: Add method to get Advancement requirements | | |
DerFrZocker | 4a1df30e43a | #1512: Test Art class based on specific values instead of the implementation, to better catch implementation changes | | |
Sunmisc | 53254c56f9a | #1503: Simplify CAS loop to getAndSet | | |
md_5 | e9447dc5e5d | Make BlockDataMeta#setBlockData hide unspecified states | | |
md_5 | dd08a71208c | SPIGOT-7960: Fix inconsistency between natural item drop coordinates | | SPIGOT-7960 |
md_5 | e9e8ed7530a | SPIGOT-7960: Improve natural item drop methods | | SPIGOT-7960 |
Doc | a71a7e1f576 | SPIGOT-7957: Fix setTarget method for Breeze | | SPIGOT-7957 |
md_5 | 5bc0a094b31 | SPIGOT-7955: Failure teleporting players between worlds using Player#teleport() when player has attribute modifiers | | SPIGOT-7955 |
md_5 | 2e09c7a362e | SPIGOT-7953: Item cooldown must be greater than 0 | | SPIGOT-7953 |
md_5 | 8ef9079fa83 | Increase outdated build delay | | |
md_5 | 2702c5c8e5e | SPIGOT-7946: API for server pause when empty seconds | | SPIGOT-7946 |
md_5 | 485f910fc55 | SPIGOT-7947: addPassenger doesn't work if the vehicle is a player | | SPIGOT-7947 |
md_5 | ecf3dff0e2c | SPIGOT-7949: Registering a new scoreboard objective with an empty display name throws a NPE | | SPIGOT-7949 |
md_5 | 9b048cc8451 | SPIGOT-7948: `Bukkit#dispatchCommand` uses the wrong `CommandListenerWrapper` for Players | | SPIGOT-7948 |
Doc | 7b44d464013 | SPIGOT-7931: Fix sync in Anvil View when result item is taken | | SPIGOT-7931 |
md_5 | df1efc0bbfc | SPIGOT-7945: `Bukkit#dispatchCommand` throws `UnsupportedOperationException` | | SPIGOT-7945 |
md_5 | 285df6e8530 | SPIGOT-7933: Improve custom Minecart max speed | | SPIGOT-7933 |
md_5 | a0f3d4e5095 | SPIGOT-7940: Recipe book errors after reload | | SPIGOT-7940 |
md_5 | 9e0618ec28d | SPIGOT-7937: Cannot spawn minecart during world generation with minecart_improvements enabled | | SPIGOT-7937 |
Doc | 1eb4d28dae3 | SPIGOT-7941: Fix resistance over 4 amplify causing issues in damage | | SPIGOT-7941 |
DerFrZocker | 52b99158adf | #1504: Make Art an interface | | |
DerFrZocker | e18ae35f1d3 | #1502: Make Sound an interface | | |
DerFrZocker | 7235ad7b045 | #1501: Make Biome an interface | | |
Doc | 6029040030d | #1500: Rename implementation for Vault State methods | | |
DerFrZocker | 75f26f79fa0 | #1499: Make Fluid an interface and add missing entry | | |
DerFrZocker | 4cfd87adc30 | #1498: Make Attribute an interface and align names with the new minecraft ones | | |
md_5 | 6bb0db5cb7e | SPIGOT-7928: ExactChoice acts as MaterialChoice | | SPIGOT-7928 |
md_5 | 3eaf3a13c72 | SPIGOT-7929: Error when setting EquippableComponent | | SPIGOT-7929 |
md_5 | abbf57bac9a | SPIGOT-7930: Fix spawning entities with SummonEntityEffect | | SPIGOT-7930 |
DerFrZocker | 92d6ab6cfa4 | #1497: Move boat field rename entries to below key renaming, so that keys are also renamed | | |
DerFrZocker | abfe292aa6e | #1496: Use correct Fluid class on Tags type check | | |
Doc | c7aab7fa7fb | SPIGOT-7923: Fix Dispenser logic to avoid firing empty projectiles | | SPIGOT-7923 |
md_5 | 18b8ae18390 | Add PlayerInputEvent | | |
Shane Bee | 55141ae996f | #1494: TreeType - add missing pale oak trees | | |
md_5 | 7b5b63b222d | SPIGOT-7924: Registering a ShapelessRecipe throws an IndexOutOfBoundsException | | SPIGOT-7924 |
md_5 | 270be4863b9 | Update to Minecraft 1.21.3 | | |
md_5 | d50f50585ea | SPIGOT-7922: ExactChoice recipe fails to be added | | SPIGOT-7922 |
md_5 | 097d63922a3 | SPIGOT-7919: Add API to access current player input | | SPIGOT-7919 |
md_5 | 71e5738a05f | SPIGOT-7918: Make error message clearer for slot types not present in player inventories | | SPIGOT-7918 |
md_5 | 4ee88e81e40 | SPIGOT-7920: Expose enderpearls of Player | | SPIGOT-7920 |
md_5 | 459c38af307 | Update to Minecraft 1.21.2 | | |
md_5 | 19bf846569f | Remove outdated build delay | | |
DerFrZocker | 0a7bd6c81a3 | #1493: Improve reroute performance and add some tests | | |
md_5 | 54941524c6f | Add support for Java 23 | | |
Doc | f4d957fffd7 | SPIGOT-7915: Fix World#getKeepSpawnInMemory() using Spawn Radius rather than Spawn Chunk Radius | | SPIGOT-7915 |
Doc | ded18367413 | Fix HIDE_ENCHANTS flag in items without enchantments | | |
DerFrZocker | 308785a0a55 | Bump asm to 9.7.1 and re-add ClassReader to ClassWriter | | |