mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
@@ -70,6 +70,10 @@ public enum InventoryType {
|
|||||||
* A hopper inventory, with 5 slots of type CONTAINER.
|
* A hopper inventory, with 5 slots of type CONTAINER.
|
||||||
*/
|
*/
|
||||||
HOPPER(5, "Item Hopper"),
|
HOPPER(5, "Item Hopper"),
|
||||||
|
/**
|
||||||
|
* A shulker box inventory, with 27 slots of type CONTAINER.
|
||||||
|
*/
|
||||||
|
SHULKER_BOX(27, "container.shulkerBox"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final int size;
|
private final int size;
|
||||||
|
Reference in New Issue
Block a user