public class SlotDummy extends SlotHandleClicks
| Modifier and Type | Field and Description |
|---|---|
int |
stackLimit |
| Constructor and Description |
|---|
SlotDummy(IInventory inv,
int slot,
int x,
int y) |
SlotDummy(IInventory inv,
int slot,
int x,
int y,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
putStack(ItemStack stack) |
ItemStack |
slotClick(ContainerExtended container,
EntityPlayer player,
int button,
int modifier) |
void |
slotClick(ItemStack held,
int button,
boolean shift) |
public SlotDummy(IInventory inv,
int slot,
int x,
int y)
public SlotDummy(IInventory inv,
int slot,
int x,
int y,
int limit)
public ItemStack slotClick(ContainerExtended container, EntityPlayer player, int button, int modifier)
slotClick in class SlotHandleClickspublic void slotClick(ItemStack held,
int button,
boolean shift)
public void putStack(ItemStack stack)