Class TileEntityDaylightDetector

java.lang.Object
net.minecraft.src.TileEntity
net.minecraft.src.TileEntityDaylightDetector

public class TileEntityDaylightDetector extends TileEntity
  • 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:
      updateEntity in class TileEntity