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.minecraftFields in net.minecraft declared as SlotMethods in net.minecraft with parameters of type SlotModifier and TypeMethodDescriptionvoidclass_3282.method_14579(Slot slot) voidclass_4172.method_14579(Slot slot) protected voidclass_4398.method_20433(Slot slot, ItemStack itemStack) Method parameters in net.minecraft with type arguments of type SlotModifier and TypeMethodDescriptionvoidclass_3282.method_14580(RecipeType recipeType, List<Slot> list) voidclass_4172.method_14580(RecipeType recipeType, List<Slot> list) -
Uses of Slot in net.minecraft.client.gui.screen.ingame
Subclasses of Slot in net.minecraft.client.gui.screen.ingameModifier and TypeClassDescription(package private) static class(package private) classFields in net.minecraft.client.gui.screen.ingame declared as SlotModifier and TypeFieldDescriptionprivate SlotCreativeInventoryScreen.deleteItemSlotprotected 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 SlotModifier and TypeMethodDescriptionprivate SlotHandledScreen.method_18680(double double2, double double3) Methods 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 voidprotected voidCraftingTableScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidCreativeInventoryScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidFurnaceScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidHandledScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidSurvivalInventoryScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) private booleanHandledScreen.method_18681(Slot slot, double double2, double double3) private booleanCreativeInventoryScreen.method_18732(Slot slot) 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)