public class ContainerRailTeleport
extends info.u_team.u_team_core.container.UContainer
Modifier and Type | Field and Description |
---|---|
int[] |
fields |
Constructor and Description |
---|
ContainerRailTeleport(TileEntityRailTeleport tile,
net.minecraft.entity.player.EntityPlayer player) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(net.minecraft.inventory.IContainerListener listener) |
void |
appendPlayerInventory(net.minecraft.entity.player.InventoryPlayer inventory,
int x,
int y) |
boolean |
canInteractWith(net.minecraft.entity.player.EntityPlayer player) |
void |
detectAndSendChanges() |
net.minecraft.item.ItemStack |
transferStackInSlot(net.minecraft.entity.player.EntityPlayer playerIn,
int index) |
void |
updateProgressBar(int id,
int data) |
addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, slotClick
public ContainerRailTeleport(TileEntityRailTeleport tile, net.minecraft.entity.player.EntityPlayer player)
public void appendPlayerInventory(net.minecraft.entity.player.InventoryPlayer inventory, int x, int y)
appendPlayerInventory
in class info.u_team.u_team_core.container.UContainer
public boolean canInteractWith(net.minecraft.entity.player.EntityPlayer player)
canInteractWith
in class info.u_team.u_team_core.container.UContainer
public net.minecraft.item.ItemStack transferStackInSlot(net.minecraft.entity.player.EntityPlayer playerIn, int index)
transferStackInSlot
in class net.minecraft.inventory.Container
public void addListener(net.minecraft.inventory.IContainerListener listener)
addListener
in class net.minecraft.inventory.Container
public void detectAndSendChanges()
detectAndSendChanges
in class net.minecraft.inventory.Container
public void updateProgressBar(int id, int data)
updateProgressBar
in class net.minecraft.inventory.Container