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

public class UnstackablePhantomSlot extends PhantomSlot
  • Field Summary

    Fields inherited from class net.minecraft.world.inventory.Slot

    container, x, y
  • Constructor Summary

    Constructors
    Constructor
    Description
    UnstackablePhantomSlot(net.minecraftforge.items.IItemHandler handler, int index, int x, int y)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class me.desht.pneumaticcraft.common.inventory.slot.PhantomSlot

    canAdjust, mayPickup

    Methods inherited from class net.minecraftforge.items.SlotItemHandler

    getItem, getItemHandler, getMaxStackSize, initialize, mayPlace, onQuickCraft, remove, set

    Methods inherited from class net.minecraft.world.inventory.Slot

    allowModification, checkTakeAchievements, getContainerSlot, getNoItemIcon, getSlotIndex, hasItem, isActive, isHighlightable, isSameInventory, onQuickCraft, onSwapCraft, onTake, safeInsert, safeInsert, safeTake, setBackground, setByPlayer, setChanged, tryRemove

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnstackablePhantomSlot

      public UnstackablePhantomSlot(net.minecraftforge.items.IItemHandler handler, int index, int x, int y)
  • Method Details

    • getMaxStackSize

      public int getMaxStackSize()
      Overrides:
      getMaxStackSize in class net.minecraftforge.items.SlotItemHandler