mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
@@ -39,10 +39,11 @@ public enum InventoryType {
|
|||||||
*/
|
*/
|
||||||
BREWING(5,"Brewing"),
|
BREWING(5,"Brewing"),
|
||||||
/**
|
/**
|
||||||
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, and 4
|
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, 4 ARMOR
|
||||||
* ARMOR slots. The ARMOUR slots may not be visible to the player, though.
|
* slots and 1 offhand slot. The ARMOR and offhand slots may not be visible
|
||||||
|
* to the player, though.
|
||||||
*/
|
*/
|
||||||
PLAYER(36,"Player"),
|
PLAYER(41,"Player"),
|
||||||
/**
|
/**
|
||||||
* The creative mode inventory, with only 9 QUICKBAR slots and nothing
|
* The creative mode inventory, with only 9 QUICKBAR slots and nothing
|
||||||
* else. (The actual creative interface with the items is client-side and
|
* else. (The actual creative interface with the items is client-side and
|
||||||
|
Reference in New Issue
Block a user