mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
Deprecate InvAction#HOTBAR_MOVE_AND_READD
This commit is contained in:
parent
4491c7e2ac
commit
ada45eba8a
1 changed files with 2 additions and 0 deletions
|
@ -70,7 +70,9 @@ public enum InventoryAction {
|
||||||
* is re-added to the player's inventory.
|
* is re-added to the player's inventory.
|
||||||
*
|
*
|
||||||
* The hotbar includes the player's off hand.
|
* 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,
|
HOTBAR_MOVE_AND_READD,
|
||||||
/**
|
/**
|
||||||
* The clicked slot and the picked hotbar slot are swapped.
|
* The clicked slot and the picked hotbar slot are swapped.
|
||||||
|
|
Loading…
Reference in a new issue