Uses of Class
net.minecraft.screen.GenericContainerScreenHandler
Packages that use GenericContainerScreenHandler
-
Uses of GenericContainerScreenHandler in net.minecraft.client.gui.screen.ingame
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type GenericContainerScreenHandlerModifierConstructorDescriptionGenericContainerScreen
(GenericContainerScreenHandler handler, PlayerInventory inventory, Text title) -
Uses of GenericContainerScreenHandler in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type GenericContainerScreenHandlerModifier 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
Methods in net.minecraft.screen that return GenericContainerScreenHandlerModifier 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)