Uses of Class
net.minecraft.inventory.slot.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in net.minecraft
Subclasses of Slot in net.minecraftModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class -
Uses of Slot in net.minecraft.client
Subclasses of Slot in net.minecraft.clientFields in net.minecraft.client declared as SlotMethods in net.minecraft.client with parameters of type SlotModifier and TypeMethodDescriptionbooleanclass_416.canInsertIntoSlot(Slot slot) booleanclass_416.canInsertIntoSlot(ItemStack stack, Slot slot) Constructors in net.minecraft.client with parameters of type SlotModifierConstructorDescriptionclass_417(CreativeInventoryScreen creativeInventoryScreen, Slot slot, int int2) -
Uses of Slot in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as SlotModifier and TypeFieldDescriptionprivate SlotCreativeInventoryScreen.deleteItemSlotprivate SlotHandledScreen.focusedSlotprivate SlotHandledScreen.lastClickedSlotprivate SlotHandledScreen.touchDragSlotStartprivate SlotHandledScreen.touchDropOriginSlotprivate SlotHandledScreen.touchHoveredSlotMethods in net.minecraft.client.gui.screen.ingame that return SlotMethods in net.minecraft.client.gui.screen.ingame with parameters of type SlotModifier and TypeMethodDescriptionprivate voidprivate booleanHandledScreen.isPointOverSlot(Slot slot, int pointX, int pointY) protected voidCreativeInventoryScreen.onMouseClick(Slot slot, int invSlot, int button, int slotAction) protected voidHandledScreen.onMouseClick(Slot slot, int invSlot, int button, int slotAction) -
Uses of Slot in net.minecraft.inventory.slot
Subclasses of Slot in net.minecraft.inventory.slotModifier and TypeClassDescription(package private) class(package private) class(package private) classclassclassclassclass -
Uses of Slot in net.minecraft.screen
Fields in net.minecraft.screen declared as SlotMethods in net.minecraft.screen that return SlotModifier and TypeMethodDescriptionprotected SlotScreenHandler.getSlot(int index) ScreenHandler.method_3255(Inventory inventory, int int2) Methods in net.minecraft.screen with parameters of type SlotModifier and TypeMethodDescriptionprotected SlotbooleanCraftingScreenHandler.canInsertIntoSlot(ItemStack stack, Slot slot) booleanPlayerScreenHandler.canInsertIntoSlot(ItemStack stack, Slot slot) booleanScreenHandler.canInsertIntoSlot(Slot slot) booleanScreenHandler.canInsertIntoSlot(ItemStack stack, Slot slot) static booleanScreenHandler.canInsertItemIntoSlot(Slot slot, ItemStack stack, boolean bool)