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, worldObj, xCoord, yCoord, zCoord
Constructor and Description |
---|
TileEntityEnchantmentTable() |
Modifier and Type | Method and Description |
---|---|
void |
updateEntity()
Allows the entity to update its state.
|
addMapping, canUpdate, createAndLoadEntity, func_70309_m, func_82115_m, func_85027_a, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, getWorldObj, invalidate, isInvalid, onChunkUnload, onDataPacket, onInventoryChanged, readFromNBT, receiveClientEvent, setWorldObj, shouldRefresh, updateContainingBlockInfo, validate, writeToNBT
public 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 TileEntityEnchantmentTable()
public void updateEntity()
updateEntity
in class TileEntity