Uses of Class
net.minecraft.screen.slot.Slot
Package
Description
-
Uses of Slot in net.minecraft.client.gui.screen.ingame
Modifier and TypeClassDescriptionprivate static class
private static class
Modifier and TypeFieldDescriptionCreativeInventoryScreen.deleteItemSlot
HandledScreen.focusedSlot
HandledScreen.lastClickedSlot
(package private) final Slot
CreativeInventoryScreen.CreativeSlot.slot
HandledScreen.touchDragSlotStart
HandledScreen.touchDropOriginSlot
HandledScreen.touchHoveredSlot
Modifier and TypeMethodDescriptionboolean
CreativeInventoryScreen.CreativeScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) boolean
CreativeInventoryScreen.CreativeScreenHandler.canInsertIntoSlot
(Slot slot) private void
HandledScreen.drawSlot
(MatrixStack matrices, Slot slot) private boolean
CreativeInventoryScreen.isCreativeInventorySlot
(@Nullable Slot slot) private boolean
HandledScreen.isPointOverSlot
(Slot slot, double pointX, double pointY) protected void
AbstractFurnaceScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) protected void
CraftingScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) protected void
CreativeInventoryScreen.onMouseClick
(@Nullable Slot slot, int slotId, int button, SlotActionType actionType) protected void
HandledScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) protected void
InventoryScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) -
Uses of Slot in net.minecraft.client.gui.screen.recipebook
Modifier and TypeMethodDescriptionvoid
AbstractFurnaceRecipeBookScreen.slotClicked
(@Nullable Slot slot) void
RecipeBookWidget.slotClicked
(@Nullable Slot slot) Modifier and TypeMethodDescriptionvoid
AbstractFurnaceRecipeBookScreen.showGhostRecipe
(Recipe<?> recipe, List<Slot> slots) void
RecipeBookWidget.showGhostRecipe
(Recipe<?> recipe, List<Slot> slots) -
Uses of Slot in net.minecraft.item
Modifier and TypeMethodDescriptionboolean
BundleItem.onClicked
(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, StackReference cursorStackReference) boolean
Item.onClicked
(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, StackReference cursorStackReference) boolean
ItemStack.onClicked
(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player, StackReference cursorStackReference) boolean
BundleItem.onStackClicked
(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player) boolean
Item.onStackClicked
(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player) boolean
ItemStack.onStackClicked
(Slot slot, ClickType clickType, PlayerEntity player) -
Uses of Slot in net.minecraft.recipe
Modifier and TypeMethodDescriptionprotected void
InputSlotFiller.fillInputSlot
(Slot slot, ItemStack stack) -
Uses of Slot in net.minecraft.screen
Modifier and TypeClassDescriptionprivate class
private static class
private static class
private static class
Modifier and TypeFieldDescription(package private) final Slot
LoomScreenHandler.bannerSlot
(package private) final Slot
LoomScreenHandler.dyeSlot
private final Slot
BrewingStandScreenHandler.ingredientSlot
(package private) final Slot
StonecutterScreenHandler.inputSlot
private final Slot
LoomScreenHandler.outputSlot
(package private) final Slot
StonecutterScreenHandler.outputSlot
private final Slot
LoomScreenHandler.patternSlot
Modifier and TypeFieldDescriptionScreenHandler.quickCraftSlots
final DefaultedList<Slot>
ScreenHandler.slots
Modifier and TypeMethodDescriptionprotected Slot
LoomScreenHandler.getBannerSlot()
LoomScreenHandler.getDyeSlot()
LoomScreenHandler.getOutputSlot()
LoomScreenHandler.getPatternSlot()
ScreenHandler.getSlot
(int index) Modifier and TypeMethodDescriptionprotected Slot
boolean
CartographyTableScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) boolean
CraftingScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) boolean
MerchantScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) boolean
PlayerScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) boolean
ScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) boolean
ScreenHandler.canInsertIntoSlot
(Slot slot) boolean
SmithingScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) boolean
StonecutterScreenHandler.canInsertIntoSlot
(ItemStack stack, Slot slot) static boolean
ScreenHandler.canInsertItemIntoSlot
(@Nullable Slot slot, ItemStack stack, boolean allowOverflow) Modifier and TypeMethodDescriptionstatic void
ScreenHandler.calculateStackSize
(Set<Slot> slots, int mode, ItemStack stack, int stackSize) -
Uses of Slot in net.minecraft.screen.slot
Modifier and TypeClassDescriptionclass
class
class
class
class