Class InfernalEnchanterTileEntity

java.lang.Object
net.minecraft.src.TileEntity
btw.block.tileentity.InfernalEnchanterTileEntity

public class InfernalEnchanterTileEntity extends TileEntity
  • Field Details

    • playerNear

      public boolean playerNear
  • Constructor Details

    • InfernalEnchanterTileEntity

      public InfernalEnchanterTileEntity()
  • Method Details

    • updateEntity

      public void updateEntity()
      Description copied from class: TileEntity
      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