Package net.minecraft.world.inventory
Class FurnaceFuelSlot
java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.FurnaceFuelSlot
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFurnaceFuelSlot
(AbstractFurnaceMenu furnaceMenu, Container furnaceContainer, int slot, int xPosition, int yPosition) -
Method Summary
Methods inherited from class net.minecraft.world.inventory.Slot
allowModification, checkTakeAchievements, getContainerSlot, getItem, getMaxStackSize, getNoItemIcon, getSlotIndex, hasItem, isActive, isFake, isHighlightable, isSameInventory, mayPickup, onQuickCraft, onQuickCraft, onSwapCraft, onTake, remove, safeInsert, safeInsert, safeTake, set, setBackground, setByPlayer, setByPlayer, setChanged, tryRemove
-
Field Details
-
Constructor Details
-
FurnaceFuelSlot
public FurnaceFuelSlot(AbstractFurnaceMenu furnaceMenu, Container furnaceContainer, int slot, int xPosition, int yPosition)
-
-
Method Details
-
mayPlace
Check if the stack is allowed to be placed in this slot, used for armor slots as well as furnace fuel. -
getMaxStackSize
- Overrides:
getMaxStackSize
in classSlot
-
isBucket
-