Geyser/connector/src/main/java/org/geysermc/connector/inventory
Camotoy 852d5b050d
Fix item enchanting pre-1.14 (#2127)
If the server spams the window property update packet, then the network ID assigned for each enchanting slot will update too quickly, essentially disabling enchanting. This commit remedies this by only updating the network ID of each slot if a property changed.
2021-04-16 11:42:03 -04:00
..
AnvilContainer.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
BeaconContainer.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
CartographyContainer.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
Container.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
EnchantingContainer.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
Generic3X3Container.java Handful of review fixes 2021-03-12 11:51:37 -05:00
GeyserEnchantOption.java Fix item enchanting pre-1.14 (#2127) 2021-04-16 11:42:03 -04:00
GeyserItemStack.java 1.16.220 support (#2105) 2021-04-06 00:14:06 -04:00
Inventory.java Add protection for out-of-bounds inventory management 2021-03-08 18:13:26 -05:00
LecternContainer.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
MerchantContainer.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00
PlayerInventory.java Also check out-of-bounds on player inventory 2021-03-08 18:17:14 -05:00
StonecutterContainer.java Don't confirm if the inventory is the same type 2021-03-04 14:04:11 -05:00