Package btw.block.tileentity
Class InfernalEnchanterTileEntity
java.lang.Object
net.minecraft.src.TileEntity
btw.block.tileentity.InfernalEnchanterTileEntity
-
Field Summary
FieldsFields inherited from class net.minecraft.src.TileEntity
blockMetadata, blockType, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.src.TileEntity
addMapping, createAndLoadEntity, func_85027_a, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, getMaxRenderDistanceSquared, getWorldObj, hasWorldObj, invalidate, isInvalid, onInventoryChanged, readFromNBT, receiveClientEvent, setWorldObj, updateContainingBlockInfo, validate, writeToNBT
-
Field Details
-
playerNear
public boolean playerNear
-
-
Constructor Details
-
InfernalEnchanterTileEntity
public InfernalEnchanterTileEntity()
-
-
Method Details
-
updateEntity
public void updateEntity()Description copied from class:TileEntityAllows 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.- Overrides:
updateEntityin classTileEntity
-