mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Deprecate InvAction#HOTBAR_MOVE_AND_READD
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user