public class ContainerRecipe
extends Container
| Constructor and Description |
|---|
ContainerRecipe() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSlot(PositionedStack stack,
int recipex,
int recipey) |
boolean |
canInteractWith(EntityPlayer entityplayer) |
void |
clearInventory() |
Slot |
getSlotWithStack(PositionedStack stack,
int recipex,
int recipey) |
void |
putStackInSlot(int par1,
ItemStack par2ItemStack) |
ItemStack |
slotClick(int slot,
int button,
boolean flag,
EntityPlayer entityplayer) |
ItemStack |
transferStackInSlot(EntityPlayer par1EntityPlayer,
int par2) |
public void clearInventory()
public ItemStack slotClick(int slot,
int button,
boolean flag,
EntityPlayer entityplayer)
public void addSlot(PositionedStack stack, int recipex, int recipey)
public Slot getSlotWithStack(PositionedStack stack, int recipex, int recipey)
public boolean canInteractWith(EntityPlayer entityplayer)
public void putStackInSlot(int par1,
ItemStack par2ItemStack)
public ItemStack transferStackInSlot(EntityPlayer par1EntityPlayer,
int par2)