public class SlotWorking extends SlotForestry
| Constructor and Description |
|---|
SlotWorking(net.minecraft.inventory.IInventory iinventory,
int i,
int j,
int k) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTakeStack(net.minecraft.entity.player.EntityPlayer stack) |
net.minecraft.item.ItemStack |
decrStackSize(int i) |
boolean |
isItemValid(net.minecraft.item.ItemStack itemstack) |
net.minecraft.item.ItemStack |
onTake(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemStack) |
blockShift, canAdjustPhantom, canShift, getSlotStackLimit, getToolTip, isMouseOver, isPhantom, isToolTipVisible, putStack, setCanAdjustPhantom, setPhantom, setStackLimit, setToolTipsgetBackgroundLocation, getBackgroundMap, getBackgroundSprite, getHasStack, getItemStackLimit, getSlotIndex, getSlotTexture, getStack, isEnabled, isHere, isSameInventory, onCrafting, onCrafting, onSlotChange, onSlotChanged, onSwapCraft, setBackgroundLocation, setBackgroundNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRelativeToGuipublic SlotWorking(net.minecraft.inventory.IInventory iinventory,
int i,
int j,
int k)
public boolean isItemValid(net.minecraft.item.ItemStack itemstack)
isItemValid in class net.minecraft.inventory.Slotpublic net.minecraft.item.ItemStack onTake(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack itemStack)
onTake in class net.minecraft.inventory.Slotpublic boolean canTakeStack(net.minecraft.entity.player.EntityPlayer stack)
canTakeStack in class SlotForestrypublic net.minecraft.item.ItemStack decrStackSize(int i)
decrStackSize in class net.minecraft.inventory.Slot