public class TileEntityEnchantmentTable extends TileEntity
| Modifier and Type | Field and Description |
|---|---|
float |
bookRotation |
float |
bookRotation2 |
float |
bookRotationPrev |
float |
bookSpread
The amount that the book is open.
|
float |
bookSpreadPrev
The amount that the book is open.
|
float |
field_70373_d |
float |
field_70374_e |
float |
pageFlip
Value used for determining how the page flip should look.
|
float |
pageFlipPrev
The last tick's pageFlip value.
|
int |
tickCount
Used by the render to make the book 'bounce'
|
blockMetadata, blockType, INFINITE_EXTENT_AABB, worldObj, xCoord, yCoord, zCoord| Constructor and Description |
|---|
TileEntityEnchantmentTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
func_94133_a() |
void |
func_94134_a(String par1Str) |
boolean |
func_94135_b() |
void |
readFromNBT(NBTTagCompound par1NBTTagCompound)
Reads a tile entity from NBT.
|
void |
updateEntity()
Allows the entity to update its state.
|
void |
writeToNBT(NBTTagCompound par1NBTTagCompound)
Writes a tile entity to NBT.
|
addMapping, canUpdate, createAndLoadEntity, func_85027_a, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, getMaxRenderDistanceSquared, getRenderBoundingBox, getWorldObj, hasWorldObj, invalidate, isInvalid, onChunkUnload, onDataPacket, onInventoryChanged, receiveClientEvent, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic int tickCount
public float pageFlip
public float pageFlipPrev
public float field_70373_d
public float field_70374_e
public float bookSpread
public float bookSpreadPrev
public float bookRotation2
public float bookRotationPrev
public float bookRotation
public void writeToNBT(NBTTagCompound par1NBTTagCompound)
writeToNBT in class TileEntitypublic void readFromNBT(NBTTagCompound par1NBTTagCompound)
readFromNBT in class TileEntitypublic void updateEntity()
updateEntity in class TileEntitypublic String func_94133_a()
public boolean func_94135_b()
public void func_94134_a(String par1Str)