Package net.minecraft.src
Class TileEntityEnchantmentTable
- java.lang.Object
-
- net.minecraft.src.TileEntity
-
- net.minecraft.src.TileEntityEnchantmentTable
-
public class TileEntityEnchantmentTable extends TileEntity
-
-
Field Summary
Fields Modifier and Type Field Description floatbookRotationfloatbookRotation2floatbookRotationPrevfloatbookSpreadfloatbookSpreadPrevfloatfield_40061_dfloatfield_40062_efloatpageFlipfloatpageFlipPrevinttickCount-
Fields inherited from class net.minecraft.src.TileEntity
blockMetadata, blockType, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord
-
-
Constructor Summary
Constructors Constructor Description TileEntityEnchantmentTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateEntity()-
Methods inherited from class net.minecraft.src.TileEntity
createAndLoadEntity, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, invalidate, isInvalid, onInventoryChanged, onTileEntityPowered, readFromNBT, updateContainingBlockInfo, validate, writeToNBT
-
-
-
-
Field Detail
-
tickCount
public int tickCount
-
pageFlip
public float pageFlip
-
pageFlipPrev
public float pageFlipPrev
-
field_40061_d
public float field_40061_d
-
field_40062_e
public float field_40062_e
-
bookSpread
public float bookSpread
-
bookSpreadPrev
public float bookSpreadPrev
-
bookRotation2
public float bookRotation2
-
bookRotationPrev
public float bookRotationPrev
-
bookRotation
public float bookRotation
-
-
Method Detail
-
updateEntity
public void updateEntity()
- Overrides:
updateEntityin classTileEntity
-
-