mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 02:47:44 +01:00
Deprecate InvAction#HOTBAR_MOVE_AND_READD
This commit is contained in:
parent
4491c7e2ac
commit
ada45eba8a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user