Class InfiniteBurningTorchBlock


public class InfiniteBurningTorchBlock extends TorchBlockBurningBase
  • Constructor Details

    • InfiniteBurningTorchBlock

      public InfiniteBurningTorchBlock(int iBlockID, boolean startsFires)
  • Method Details

    • idDropped

      public int idDropped(int par1, Random par2Random, int par3)
      Description copied from class: Block
      Returns the ID of the items to drop on destruction.
      Overrides:
      idDropped in class Block
    • updateTick

      public void updateTick(World world, int x, int y, int z, Random rand)
      Description copied from class: Block
      Ticks the block if it's been scheduled // +++START EDIT+++ FCNOTE: Called on server only // ---END EDIT---
      Overrides:
      updateTick in class TorchBlockBase
    • canBeCrushedByFallingEntity

      public boolean canBeCrushedByFallingEntity(World world, int i, int j, int k, EntityFallingSand entity)
      Overrides:
      canBeCrushedByFallingEntity in class Block