Uses of Class
net.minecraft.screen.CrafterScreenHandler
Packages that use CrafterScreenHandler
Package
Description
-
Uses of CrafterScreenHandler in net.minecraft.client.gui.screen.ingame
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type CrafterScreenHandlerModifierConstructorDescriptionCrafterScreen
(CrafterScreenHandler handler, PlayerInventory playerInventory, Text title) -
Uses of CrafterScreenHandler in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type CrafterScreenHandlerModifier and TypeFieldDescriptionstatic final ScreenHandlerType
<CrafterScreenHandler> ScreenHandlerType.CRAFTER_3X3
-
Uses of CrafterScreenHandler in net.minecraft.screen.slot
Fields in net.minecraft.screen.slot declared as CrafterScreenHandlerModifier and TypeFieldDescriptionprivate final CrafterScreenHandler
CrafterInputSlot.crafterScreenHandler
Constructors in net.minecraft.screen.slot with parameters of type CrafterScreenHandlerModifierConstructorDescriptionCrafterInputSlot
(Inventory inventory, int index, int x, int y, CrafterScreenHandler crafterScreenHandler)