public class TileEntityEnderChest extends TileEntity implements ITickable
Modifier and Type | Field and Description |
---|---|
float |
lidAngle |
int |
numPlayersUsing |
float |
prevLidAngle |
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj
Constructor and Description |
---|
TileEntityEnderChest() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeUsed(EntityPlayer player) |
void |
closeChest() |
void |
invalidate() |
void |
openChest() |
boolean |
receiveClientEvent(int id,
int type) |
void |
update() |
addInfoToCrashReport, addMapping, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getCapability, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getUpdatePacket, getUpdateTag, getWorld, handleUpdateTag, hasCapability, hasFastRenderer, hasWorldObj, isInvalid, markDirty, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, readFromNBT, restrictNBTCopy, serializeNBT, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validate, writeToNBT
public float lidAngle
public float prevLidAngle
public int numPlayersUsing
public boolean receiveClientEvent(int id, int type)
receiveClientEvent
in class TileEntity
public void invalidate()
invalidate
in class TileEntity
public void openChest()
public void closeChest()
public boolean canBeUsed(EntityPlayer player)