Uses of Class
net.minecraft.screen.GenericContainerScreenHandler
-
Uses of GenericContainerScreenHandler in net.minecraft.client.gui.screen.ingame
ModifierConstructorDescriptionGenericContainerScreen
(GenericContainerScreenHandler handler, PlayerInventory inventory, Text title) -
Uses of GenericContainerScreenHandler in net.minecraft.screen
Modifier and TypeFieldDescriptionstatic final ScreenHandlerType<GenericContainerScreenHandler>
ScreenHandlerType.GENERIC_9X1
static final ScreenHandlerType<GenericContainerScreenHandler>
ScreenHandlerType.GENERIC_9X2
static final ScreenHandlerType<GenericContainerScreenHandler>
ScreenHandlerType.GENERIC_9X3
static final ScreenHandlerType<GenericContainerScreenHandler>
ScreenHandlerType.GENERIC_9X4
static final ScreenHandlerType<GenericContainerScreenHandler>
ScreenHandlerType.GENERIC_9X5
static final ScreenHandlerType<GenericContainerScreenHandler>
ScreenHandlerType.GENERIC_9X6
Modifier and TypeMethodDescriptionGenericContainerScreenHandler.createGeneric9x1
(int syncId, PlayerInventory playerInventory) GenericContainerScreenHandler.createGeneric9x2
(int syncId, PlayerInventory playerInventory) GenericContainerScreenHandler.createGeneric9x3
(int syncId, PlayerInventory playerInventory) GenericContainerScreenHandler.createGeneric9x3
(int syncId, PlayerInventory playerInventory, Inventory inventory) GenericContainerScreenHandler.createGeneric9x4
(int syncId, PlayerInventory playerInventory) GenericContainerScreenHandler.createGeneric9x5
(int syncId, PlayerInventory playerInventory) GenericContainerScreenHandler.createGeneric9x6
(int syncId, PlayerInventory playerInventory) GenericContainerScreenHandler.createGeneric9x6
(int syncId, PlayerInventory playerInventory, Inventory inventory)