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 TypeMethodDescriptionvoidAbstractRecipeBookGui.slotClicked(Slot p_191874_1_) voidRecipeBookGui.slotClicked(Slot p_191874_1_) Method parameters in net.minecraft.client.gui.recipebook with type arguments of type SlotModifier and TypeMethodDescriptionvoidAbstractRecipeBookGui.setupGhostRecipe(IRecipe<?> p_193951_1_, List<Slot> p_193951_2_) voidRecipeBookGui.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 classFields in net.minecraft.client.gui.screen.inventory declared as SlotModifier and TypeFieldDescriptionprivate SlotContainerScreen.clickedSlotprivate SlotCreativeScreen.destroyItemSlotprotected SlotContainerScreen.hoveredSlotprivate SlotContainerScreen.lastClickSlotprivate SlotContainerScreen.quickdropSlotprivate SlotContainerScreen.snapbackEndprivate final SlotCreativeScreen.CreativeSlot.targetFields 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 SlotContainerScreen.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 TypeMethodDescriptionbooleanbooleanCreativeScreen.CreativeContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) private booleanCreativeScreen.isCreativeSlot(Slot p_208018_1_) private booleanContainerScreen.isHovering(Slot p_195362_1_, double p_195362_2_, double p_195362_4_) booleanCreativeScreen.CreativeSlot.isSameInventory(Slot other) private voidContainerScreen.renderSlot(MatrixStack p_238746_1_, Slot p_238746_2_) protected voidAbstractFurnaceScreen.slotClicked(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected voidContainerScreen.slotClicked(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected voidCraftingScreen.slotClicked(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected voidCreativeScreen.slotClicked(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_) protected voidInventoryScreen.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 classclassclassclassclassclassFields in net.minecraft.inventory.container declared as SlotModifier and TypeFieldDescriptionprivate final SlotLoomContainer.bannerSlotprivate final SlotLoomContainer.dyeSlotprivate final SlotBrewingStandContainer.ingredientSlot(package private) final SlotStonecutterContainer.inputSlotprivate final SlotLoomContainer.patternSlotprivate final SlotLoomContainer.resultSlot(package private) final SlotStonecutterContainer.resultSlotFields in net.minecraft.inventory.container with type parameters of type SlotMethods in net.minecraft.inventory.container that return SlotModifier and TypeMethodDescriptionprotected SlotLoomContainer.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 Slotbooleanstatic booleanContainer.canItemQuickReplace(Slot p_94527_0_, ItemStack p_94527_1_, boolean p_94527_2_) booleanCartographyContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) booleanContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) booleanMerchantContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) booleanPlayerContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) booleanSmithingTableContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) booleanStonecutterContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) booleanWorkbenchContainer.canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_) booleanSlot.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 voidContainer.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 voidServerRecipePlacer.moveItemToGrid(Slot p_194325_1_, ItemStack p_194325_2_) -
Uses of Slot in net.minecraftforge.items
Subclasses of Slot in net.minecraftforge.items