public class TileEntityEnderChest extends TileEntity implements ITickable
Modifier and Type | Field and Description |
---|---|
float |
lidAngle |
int |
numPlayersUsing |
float |
prevLidAngle |
private int |
ticksSinceSync |
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, world
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, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getCapability, getDisplayName, getDistanceSq, getKey, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getUpdatePacket, getUpdateTag, getWorld, handleUpdateTag, hasCapability, hasFastRenderer, hasWorld, isInvalid, markDirty, mirror, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, readFromNBT, register, restrictNBTCopy, rotate, serializeNBT, setPos, setWorld, setWorldCreate, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validate, writeToNBT
public float lidAngle
public float prevLidAngle
public int numPlayersUsing
private int ticksSinceSync
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)