public class TileEntityEnderChest extends TileEntity implements IChestLid, ITickable
| Modifier and Type | Field and Description |
|---|---|
float |
lidAngle |
int |
numPlayersUsing |
float |
prevLidAngle |
pos, removed, worldINFINITE_EXTENT_AABB| Constructor and Description |
|---|
TileEntityEnderChest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeUsed(EntityPlayer player) |
void |
closeChest() |
float |
getLidAngle(float partialTicks) |
void |
openChest() |
boolean |
receiveClientEvent(int id,
int type) |
void |
remove() |
void |
tick() |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getUpdatePacket, getUpdateTag, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, read, rotate, setPos, setWorld, updateContainingBlockInfo, validate, writeareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT, shouldRenderInPassgetCapability, getCapabilitypublic float lidAngle
public float prevLidAngle
public int numPlayersUsing
public boolean receiveClientEvent(int id,
int type)
receiveClientEvent in class TileEntitypublic void remove()
remove in class TileEntitypublic void openChest()
public void closeChest()
public boolean canBeUsed(EntityPlayer player)
public float getLidAngle(float partialTicks)
getLidAngle in interface IChestLid