Package net.minecraft.src
Class TileEntityDaylightDetector
java.lang.Object
net.minecraft.src.TileEntity
net.minecraft.src.TileEntityDaylightDetector
-
Field Summary
Fields 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
-
Constructor Details
-
TileEntityDaylightDetector
public TileEntityDaylightDetector()
-
-
Method Details
-
updateEntity
public void updateEntity()Allows 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
-