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 pFurnaceMenu, Container pFurnaceContainer, int pSlot, int pXPosition, int pYPosition) -
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 pFurnaceMenu, Container pFurnaceContainer, int pSlot, int pXPosition, int pYPosition)
-
-
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
-