Uses of Class
net.minecraft.inventory.container.Slot
-
Packages that use Slot Package Description net.minecraft.client.gui.recipebook net.minecraft.client.gui.screen.inventory net.minecraft.inventory.container net.minecraft.item.crafting net.minecraftforge.items -
-
Uses of Slot in net.minecraft.client.gui.recipebook
Fields in net.minecraft.client.gui.recipebook declared as Slot Modifier and Type Field Description private SlotAbstractRecipeBookGui. fuelSlotMethods in net.minecraft.client.gui.recipebook with parameters of type Slot Modifier and Type Method Description voidAbstractRecipeBookGui. slotClicked(Slot p_191874_1_)voidRecipeBookGui. slotClicked(Slot p_191874_1_)Method parameters in net.minecraft.client.gui.recipebook with type arguments of type Slot Modifier and Type Method Description voidAbstractRecipeBookGui. setupGhostRecipe(IRecipe<?> p_193951_1_, java.util.List<Slot> p_193951_2_)voidRecipeBookGui. setupGhostRecipe(IRecipe<?> p_193951_1_, java.util.List<Slot> p_193951_2_) -
Uses of Slot in net.minecraft.client.gui.screen.inventory
Subclasses of Slot in net.minecraft.client.gui.screen.inventory Modifier and Type Class Description (package private) static classCreativeScreen.CreativeSlot(package private) static classCreativeScreen.LockedSlotFields in net.minecraft.client.gui.screen.inventory declared as Slot Modifier and Type Field Description private SlotContainerScreen. clickedSlotprivate SlotCreativeScreen. destroyItemSlotprotected SlotContainerScreen. hoveredSlotprivate SlotContainerScreen. lastClickSlotprivate SlotContainerScreen. quickdropSlotprivate SlotContainerScreen. snapbackEndprivate SlotCreativeScreen.CreativeSlot. targetFields in net.minecraft.client.gui.screen.inventory with type parameters of type Slot Modifier and Type Field Description private java.util.List<Slot>CreativeScreen. originalSlotsprotected java.util.Set<Slot>ContainerScreen. quickCraftSlotsMethods in net.minecraft.client.gui.screen.inventory that return Slot Modifier and Type Method Description private SlotContainerScreen. findSlot(double p_195360_1_, double p_195360_3_)SlotContainerScreen. getSlotUnderMouse()SlotCreativeScreen.CreativeSlot. setBackground(ResourceLocation atlas, ResourceLocation sprite)Methods in net.minecraft.client.gui.screen.inventory with parameters of type Slot Modifier and Type Method Description booleanCreativeScreen.CreativeContainer. canDragTo(Slot p_94531_1_)booleanCreativeScreen.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 Slot Constructor Description CreativeSlot(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.container Modifier and Type Class Description (package private) classBeaconContainer.BeaconSlot(package private) static classBrewingStandContainer.FuelSlot(package private) static classBrewingStandContainer.IngredientSlot(package private) static classBrewingStandContainer.PotionSlotclassCraftingResultSlotclassFurnaceFuelSlotclassFurnaceResultSlotclassMerchantResultSlotclassShulkerBoxSlotFields in net.minecraft.inventory.container declared as Slot Modifier and Type Field Description private SlotLoomContainer. bannerSlotprivate SlotLoomContainer. dyeSlotprivate SlotBrewingStandContainer. ingredientSlot(package private) SlotStonecutterContainer. inputSlotprivate SlotLoomContainer. patternSlotprivate SlotLoomContainer. resultSlot(package private) SlotStonecutterContainer. resultSlotFields in net.minecraft.inventory.container with type parameters of type Slot Modifier and Type Field Description private java.util.Set<Slot>Container. quickcraftSlotsjava.util.List<Slot>Container. slotsMethods in net.minecraft.inventory.container that return Slot Modifier and Type Method Description protected SlotContainer. addSlot(Slot p_75146_1_)SlotLoomContainer. getBannerSlot()SlotLoomContainer. getDyeSlot()SlotLoomContainer. getPatternSlot()SlotLoomContainer. getResultSlot()SlotContainer. getSlot(int p_75139_1_)SlotSlot. setBackground(ResourceLocation atlas, ResourceLocation sprite)Sets the background atlas and sprite location.Methods in net.minecraft.inventory.container with parameters of type Slot Modifier and Type Method Description protected SlotContainer. addSlot(Slot p_75146_1_)booleanContainer. canDragTo(Slot p_94531_1_)static 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 Slot Modifier and Type Method Description static voidContainer. getQuickCraftSlotCount(java.util.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 Slot Modifier and Type Method Description protected voidServerRecipePlacer. moveItemToGrid(Slot p_194325_1_, ItemStack p_194325_2_) -
Uses of Slot in net.minecraftforge.items
Subclasses of Slot in net.minecraftforge.items Modifier and Type Class Description classSlotItemHandler
-