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

Public Member Functions

void writeToNBT (NBTTagCompound par1NBTTagCompound)
 
void readFromNBT (NBTTagCompound par1NBTTagCompound)
 
void updateEntity ()
 
String func_94133_a ()
 
boolean func_94135_b ()
 
void func_94134_a (String par1Str)
 
- 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

int tickCount
 
float pageFlip
 
float pageFlipPrev
 
float field_70373_d
 
float field_70374_e
 
float bookSpread
 
float bookSpreadPrev
 
float bookRotation2
 
float bookRotationPrev
 
float bookRotation
 
- 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

String net.minecraft.tileentity.TileEntityEnchantmentTable.func_94133_a ( )
void net.minecraft.tileentity.TileEntityEnchantmentTable.func_94134_a ( String  par1Str)
boolean net.minecraft.tileentity.TileEntityEnchantmentTable.func_94135_b ( )
void net.minecraft.tileentity.TileEntityEnchantmentTable.readFromNBT ( NBTTagCompound  par1NBTTagCompound)

Reads a tile entity from NBT.

void net.minecraft.tileentity.TileEntityEnchantmentTable.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.

void net.minecraft.tileentity.TileEntityEnchantmentTable.writeToNBT ( NBTTagCompound  par1NBTTagCompound)

Writes a tile entity to NBT.

Member Data Documentation

float net.minecraft.tileentity.TileEntityEnchantmentTable.bookRotation
float net.minecraft.tileentity.TileEntityEnchantmentTable.bookRotation2
float net.minecraft.tileentity.TileEntityEnchantmentTable.bookRotationPrev
float net.minecraft.tileentity.TileEntityEnchantmentTable.bookSpread

The amount that the book is open.

float net.minecraft.tileentity.TileEntityEnchantmentTable.bookSpreadPrev

The amount that the book is open.

float net.minecraft.tileentity.TileEntityEnchantmentTable.field_70373_d
float net.minecraft.tileentity.TileEntityEnchantmentTable.field_70374_e
float net.minecraft.tileentity.TileEntityEnchantmentTable.pageFlip

Value used for determining how the page flip should look.

float net.minecraft.tileentity.TileEntityEnchantmentTable.pageFlipPrev

The last tick's pageFlip value.

int net.minecraft.tileentity.TileEntityEnchantmentTable.tickCount

Used by the render to make the book 'bounce'


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