public class ContainerHorseInventory extends Container
inventoryItemStacks, inventorySlots, windowId| Constructor and Description |
|---|
ContainerHorseInventory(IInventory par1IInventory,
IInventory par2IInventory,
EntityHorse par3EntityHorse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInteractWith(EntityPlayer par1EntityPlayer) |
void |
onCraftGuiClosed(EntityPlayer par1EntityPlayer)
Callback for when the crafting gui is closed.
|
ItemStack |
transferStackInSlot(EntityPlayer par1EntityPlayer,
int par2)
Called when a player shift-clicks on a slot.
|
addCraftingToCrafters, calcRedstoneFromInventory, detectAndSendChanges, enchantItem, func_94525_a, func_94527_a, func_94528_d, func_94529_b, func_94530_a, func_94531_b, func_94532_c, func_94534_d, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, setPlayerIsPresent, slotClick, updateProgressBarpublic ContainerHorseInventory(IInventory par1IInventory, IInventory par2IInventory, EntityHorse par3EntityHorse)
public boolean canInteractWith(EntityPlayer par1EntityPlayer)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer par1EntityPlayer, int par2)
transferStackInSlot in class Containerpublic void onCraftGuiClosed(EntityPlayer par1EntityPlayer)
onCraftGuiClosed in class Container