YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.tileentity.TileEntityEnderChest Class Reference
Inheritance diagram for net.minecraft.tileentity.TileEntityEnderChest:
net.minecraft.tileentity.TileEntity

Public Member Functions

void updateEntity ()
 
boolean receiveClientEvent (int par1, int par2)
 
void invalidate ()
 
void openChest ()
 
void closeChest ()
 
boolean isUseableByPlayer (EntityPlayer par1EntityPlayer)
 
- Public Member Functions inherited from net.minecraft.tileentity.TileEntity
World getWorldObj ()
 
void setWorldObj (World par1World)
 
boolean func_70309_m ()
 
void readFromNBT (NBTTagCompound par1NBTTagCompound)
 
void writeToNBT (NBTTagCompound par1NBTTagCompound)
 
void updateEntity ()
 
int getBlockMetadata ()
 
void onInventoryChanged ()
 
double getDistanceFrom (double par1, double par3, double par5)
 
double getMaxRenderDistanceSquared ()
 
Block getBlockType ()
 
Packet getDescriptionPacket ()
 
boolean isInvalid ()
 
void invalidate ()
 
void validate ()
 
boolean receiveClientEvent (int par1, int par2)
 
void updateContainingBlockInfo ()
 
void func_85027_a (CrashReportCategory par1CrashReportCategory)
 
boolean canUpdate ()
 
void onDataPacket (INetworkManager net, Packet132TileEntityData pkt)
 
void onChunkUnload ()
 
boolean shouldRefresh (int oldID, int newID, int oldMeta, int newMeta, World world, int x, int y, int z)
 
boolean shouldRenderInPass (int pass)
 
AxisAlignedBB getRenderBoundingBox ()
 

Public Attributes

float lidAngle
 
float prevLidAngle
 
int numUsingPlayers
 
- Public Attributes inherited from net.minecraft.tileentity.TileEntity
World worldObj
 
int xCoord
 
int yCoord
 
int zCoord
 
int blockMetadata = -1
 
Block blockType
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.tileentity.TileEntity
static void addMapping (Class par0Class, String par1Str)
 
static TileEntity createAndLoadEntity (NBTTagCompound par0NBTTagCompound)
 
- Static Public Attributes inherited from net.minecraft.tileentity.TileEntity
static final AxisAlignedBB INFINITE_EXTENT_AABB = AxisAlignedBB.getBoundingBox(Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY)
 
- Protected Attributes inherited from net.minecraft.tileentity.TileEntity
boolean tileEntityInvalid
 

Member Function Documentation

void net.minecraft.tileentity.TileEntityEnderChest.closeChest ( )
void net.minecraft.tileentity.TileEntityEnderChest.invalidate ( )

invalidates a tile entity

boolean net.minecraft.tileentity.TileEntityEnderChest.isUseableByPlayer ( EntityPlayer  par1EntityPlayer)
void net.minecraft.tileentity.TileEntityEnderChest.openChest ( )
boolean net.minecraft.tileentity.TileEntityEnderChest.receiveClientEvent ( int  par1,
int  par2 
)

Called when a client event is received with the event number and argument, see World.sendClientEvent

void net.minecraft.tileentity.TileEntityEnderChest.updateEntity ( )

Allows the entity to update its state. Overridden in most subclasses, e.g. the mob spawner uses this to count ticks and creates a new spawn inside its implementation.

Member Data Documentation

float net.minecraft.tileentity.TileEntityEnderChest.lidAngle

The current angle of the chest lid (between 0 and 1)

int net.minecraft.tileentity.TileEntityEnderChest.numUsingPlayers

The number of players currently using this ender chest.

float net.minecraft.tileentity.TileEntityEnderChest.prevLidAngle

The angle of the chest lid last tick


The documentation for this class was generated from the following file: