Class UnstackablePhantomSlot
java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraftforge.items.SlotItemHandler
me.desht.pneumaticcraft.common.inventory.slot.PhantomSlot
me.desht.pneumaticcraft.common.inventory.slot.UnstackablePhantomSlot
- All Implemented Interfaces:
IPhantomSlot
-
Field Summary
Fields inherited from class net.minecraft.world.inventory.Slot
container, x, y -
Constructor Summary
ConstructorsConstructorDescriptionUnstackablePhantomSlot(net.minecraftforge.items.IItemHandler handler, int index, int x, int y) -
Method Summary
Methods inherited from class me.desht.pneumaticcraft.common.inventory.slot.PhantomSlot
canAdjust, mayPickupMethods inherited from class net.minecraftforge.items.SlotItemHandler
getItem, getItemHandler, getMaxStackSize, mayPlace, onQuickCraft, remove, setMethods inherited from class net.minecraft.world.inventory.Slot
allowModification, checkTakeAchievements, getContainerSlot, getNoItemIcon, getSlotIndex, hasItem, isActive, isSameInventory, onQuickCraft, onSwapCraft, onTake, safeInsert, safeInsert, safeTake, setBackground, setChanged, tryRemove
-
Constructor Details
-
UnstackablePhantomSlot
public UnstackablePhantomSlot(net.minecraftforge.items.IItemHandler handler, int index, int x, int y)
-
-
Method Details
-
getMaxStackSize
public int getMaxStackSize()- Overrides:
getMaxStackSizein classnet.minecraftforge.items.SlotItemHandler
-