Uses of Class
net.minecraft.inventory.container.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in net.minecraft.client.gui.recipebook
Fields in net.minecraft.client.gui.recipebook declared as SlotMethods in net.minecraft.client.gui.recipebook with parameters of type SlotModifier and TypeMethodDescriptionvoid
AbstractRecipeBookGui.slotClicked
(Slot p_191874_1_) void
RecipeBookGui.slotClicked
(Slot p_191874_1_) Method parameters in net.minecraft.client.gui.recipebook with type arguments of type SlotModifier 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
Subclasses of Slot in net.minecraft.client.gui.screen.inventoryModifier and TypeClassDescription(package private) static class
(package private) static class
Fields in net.minecraft.client.gui.screen.inventory declared as SlotModifier 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
Fields in net.minecraft.client.gui.screen.inventory with type parameters of type SlotMethods in net.minecraft.client.gui.screen.inventory that return SlotModifier and TypeMethodDescriptionprivate Slot
ContainerScreen.findSlot
(double p_195360_1_, double p_195360_3_) ContainerScreen.getSlotUnderMouse()
CreativeScreen.CreativeSlot.setBackground
(ResourceLocation atlas, ResourceLocation sprite) Methods in net.minecraft.client.gui.screen.inventory with parameters of type SlotModifier 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_) Constructors in net.minecraft.client.gui.screen.inventory with parameters of type SlotModifierConstructorDescriptionCreativeSlot
(Slot p_i229959_1_, int p_i229959_2_, int p_i229959_3_, int p_i229959_4_) -
Uses of Slot in net.minecraft.inventory.container
Subclasses of Slot in net.minecraft.inventory.containerModifier and TypeClassDescription(package private) class
(package private) static class
(package private) static class
(package private) static class
class
class
class
class
class
Fields in net.minecraft.inventory.container declared as SlotModifier 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
Fields in net.minecraft.inventory.container with type parameters of type SlotMethods in net.minecraft.inventory.container that return SlotModifier 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.Methods in net.minecraft.inventory.container with parameters of type SlotModifier 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.Method parameters in net.minecraft.inventory.container with type arguments of type SlotModifier 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
Methods in net.minecraft.item.crafting with parameters of type SlotModifier and TypeMethodDescriptionprotected void
ServerRecipePlacer.moveItemToGrid
(Slot p_194325_1_, ItemStack p_194325_2_) -
Uses of Slot in net.minecraftforge.items
Subclasses of Slot in net.minecraftforge.items