Uses of Class
net.minecraft.inventory.slot.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in net.minecraft.client.gui.screen.ingame
Subclasses of Slot in net.minecraft.client.gui.screen.ingameModifier and TypeClassDescription(package private) classFields in net.minecraft.client.gui.screen.ingame declared as SlotModifier and TypeFieldDescriptionprivate SlotCreativeInventoryScreen.deleteItemSlotprivate SlotHandledScreen.focusedSlotprivate SlotHandledScreen.lastClickedSlotprivate final SlotCreativeInventoryScreen.CreativeInventorySlot.slotprivate SlotHandledScreen.touchDragSlotStartprivate SlotHandledScreen.touchDropOriginSlotprivate SlotHandledScreen.touchHoveredSlotFields in net.minecraft.client.gui.screen.ingame with type parameters of type SlotMethods in net.minecraft.client.gui.screen.ingame that return SlotMethods in net.minecraft.client.gui.screen.ingame with parameters of type SlotModifier and TypeMethodDescriptionbooleanCreativeInventoryScreen.CreativeScreenHandler.canInsertIntoSlot(Slot slot) booleanCreativeInventoryScreen.CreativeScreenHandler.canInsertIntoSlot(ItemStack stack, Slot slot) private voidprivate booleanHandledScreen.isPointOverSlot(Slot slot, int pointX, int pointY) protected voidCreativeInventoryScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidHandledScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) Constructors in net.minecraft.client.gui.screen.ingame with parameters of type Slot -
Uses of Slot in net.minecraft.inventory.slot
Subclasses of Slot in net.minecraft.inventory.slotModifier and TypeClassDescriptionclassclassclassclass -
Uses of Slot in net.minecraft.screen
Subclasses of Slot in net.minecraft.screenModifier and TypeClassDescription(package private) class(package private) static class(package private) static class(package private) static classFields in net.minecraft.screen declared as SlotFields in net.minecraft.screen with type parameters of type 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) Method parameters in net.minecraft.screen with type arguments of type SlotModifier and TypeMethodDescriptionstatic voidScreenHandler.calculateStackSize(Set<Slot> slots, int rmode, ItemStack stack, int stackSize)