Deprecate InvAction#HOTBAR_MOVE_AND_READD

This commit is contained in:
Jake Potrebic 2024-05-25 09:51:07 -07:00
parent 4491c7e2ac
commit ada45eba8a

View File

@ -70,7 +70,9 @@ public enum InventoryAction {
* is re-added to the player's inventory.
*
* The hotbar includes the player's off hand.
* @deprecated This action no longer happens, they are all {@link #HOTBAR_SWAP}s.
*/
@Deprecated(since = "1.20.6") // Paper
HOTBAR_MOVE_AND_READD,
/**
* The clicked slot and the picked hotbar slot are swapped.