| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.TileEntity
net.minecraft.src.TileEntityEnchantmentTable
public class TileEntityEnchantmentTable
| Field Summary | |
|---|---|
 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'  | 
| Fields inherited from class net.minecraft.src.TileEntity | 
|---|
blockMetadata, blockType, worldObj, xCoord, yCoord, zCoord | 
| Constructor Summary | |
|---|---|
TileEntityEnchantmentTable()
 | 
|
| Method Summary | |
|---|---|
 void | 
updateEntity()
Allows the entity to update its state.  | 
| Methods inherited from class net.minecraft.src.TileEntity | 
|---|
addMapping, canUpdate, createAndLoadEntity, func_70309_m, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, getRenderDistance, getWorldObj, invalidate, isInvalid, onChunkUnload, onDataPacket, onInventoryChanged, readFromNBT, receiveClientEvent, setWorldObj, updateContainingBlockInfo, validate, writeToNBT | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
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
| Constructor Detail | 
|---|
public TileEntityEnchantmentTable()
| Method Detail | 
|---|
public void updateEntity()
updateEntity in class TileEntity
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||