Uses of Class
net.minecraft.inventory.container.Slot
Package
Description
-
Uses of Slot in net.minecraft.client.gui.recipebook
Modifier and TypeMethodDescriptionvoid
AbstractRecipeBookGui.slotClicked
(Slot p_191874_1_) void
RecipeBookGui.slotClicked
(Slot p_191874_1_) Modifier and TypeMethodDescriptionvoid
AbstractRecipeBookGui.setupGhostRecipe
(IRecipe<?> p_193951_1_, List<Slot> p_193951_2_) void
RecipeBookGui.setupGhostRecipe
(IRecipe<?> p_193951_1_, List<Slot> p_193951_2_) -
Uses of Slot in net.minecraft.client.gui.screen.inventory
Modifier and TypeClassDescription(package private) static class
(package private) static class
Modifier and TypeFieldDescriptionprivate Slot
ContainerScreen.clickedSlot
private Slot
CreativeScreen.destroyItemSlot
protected Slot
ContainerScreen.hoveredSlot
private Slot
ContainerScreen.lastClickSlot
private Slot
ContainerScreen.quickdropSlot
private Slot
ContainerScreen.snapbackEnd
private final Slot
CreativeScreen.CreativeSlot.target
Modifier and TypeMethodDescriptionprivate Slot
ContainerScreen.findSlot
(double p_195360_1_, double p_195360_3_) ContainerScreen.getSlotUnderMouse()
CreativeScreen.CreativeSlot.setBackground
(ResourceLocation atlas, ResourceLocation sprite) Modifier and TypeMethodDescriptionboolean
boolean
CreativeScreen.CreativeContainer.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) private boolean
CreativeScreen.isCreativeSlot
(Slot p_208018_1_) private boolean
ContainerScreen.isHovering
(Slot p_195362_1_, double p_195362_2_, double p_195362_4_) boolean
CreativeScreen.CreativeSlot.isSameInventory
(Slot other) private void
ContainerScreen.renderSlot
(MatrixStack p_238746_1_, Slot p_238746_2_) protected void
AbstractFurnaceScreen.slotClicked
(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected void
ContainerScreen.slotClicked
(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected void
CraftingScreen.slotClicked
(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected void
CreativeScreen.slotClicked
(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected void
InventoryScreen.slotClicked
(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) ModifierConstructorDescriptionCreativeSlot
(Slot p_i229959_1_, int p_i229959_2_, int p_i229959_3_, int p_i229959_4_) -
Uses of Slot in net.minecraft.inventory.container
Modifier and TypeClassDescription(package private) class
(package private) static class
(package private) static class
(package private) static class
class
class
class
class
class
Modifier and TypeFieldDescriptionprivate final Slot
LoomContainer.bannerSlot
private final Slot
LoomContainer.dyeSlot
private final Slot
BrewingStandContainer.ingredientSlot
(package private) final Slot
StonecutterContainer.inputSlot
private final Slot
LoomContainer.patternSlot
private final Slot
LoomContainer.resultSlot
(package private) final Slot
StonecutterContainer.resultSlot
Modifier and TypeMethodDescriptionprotected Slot
LoomContainer.getBannerSlot()
LoomContainer.getDyeSlot()
LoomContainer.getPatternSlot()
LoomContainer.getResultSlot()
Container.getSlot
(int p_75139_1_) Slot.setBackground
(ResourceLocation atlas, ResourceLocation sprite) Sets the background atlas and sprite location.Modifier and TypeMethodDescriptionprotected Slot
boolean
static boolean
Container.canItemQuickReplace
(Slot p_94527_0_, ItemStack p_94527_1_, boolean p_94527_2_) boolean
CartographyContainer.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) boolean
Container.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) boolean
MerchantContainer.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) boolean
PlayerContainer.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) boolean
SmithingTableContainer.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) boolean
StonecutterContainer.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) boolean
WorkbenchContainer.canTakeItemForPickAll
(ItemStack p_94530_1_, Slot p_94530_2_) boolean
Slot.isSameInventory
(Slot other) Checks if the other slot is in the same inventory, by comparing the inventory reference.Modifier and TypeMethodDescriptionstatic void
Container.getQuickCraftSlotCount
(Set<Slot> p_94525_0_, int p_94525_1_, ItemStack p_94525_2_, int p_94525_3_) -
Uses of Slot in net.minecraft.item.crafting
Modifier and TypeMethodDescriptionprotected void
ServerRecipePlacer.moveItemToGrid
(Slot p_194325_1_, ItemStack p_194325_2_) -
Uses of Slot in net.minecraftforge.items