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_9X1static final ScreenHandlerType<GenericContainerScreenHandler> ScreenHandlerType.GENERIC_9X2static final ScreenHandlerType<GenericContainerScreenHandler> ScreenHandlerType.GENERIC_9X3static final ScreenHandlerType<GenericContainerScreenHandler> ScreenHandlerType.GENERIC_9X4static final ScreenHandlerType<GenericContainerScreenHandler> ScreenHandlerType.GENERIC_9X5static final ScreenHandlerType<GenericContainerScreenHandler> ScreenHandlerType.GENERIC_9X6Methods in net.minecraft.screen that return GenericContainerScreenHandlerModifier and TypeMethodDescriptionGenericContainerScreenHandler.createGeneric9x1(int syncId, PlayerInventory playerInventory, List<Integer> list) GenericContainerScreenHandler.createGeneric9x2(int syncId, PlayerInventory playerInventory, List<Integer> list) GenericContainerScreenHandler.createGeneric9x3(int syncId, PlayerInventory playerInventory, List<Integer> list) GenericContainerScreenHandler.createGeneric9x3(int syncId, PlayerInventory playerInventory, Inventory inventory) GenericContainerScreenHandler.createGeneric9x4(int syncId, PlayerInventory playerInventory, List<Integer> list) GenericContainerScreenHandler.createGeneric9x5(int syncId, PlayerInventory playerInventory, List<Integer> list) GenericContainerScreenHandler.createGeneric9x6(int syncId, PlayerInventory playerInventory, List<Integer> list) GenericContainerScreenHandler.createGeneric9x6(int syncId, PlayerInventory playerInventory, Inventory inventory)