Class TorchBlockBurningBase

Direct Known Subclasses:
FiniteBurningTorchBlock, InfiniteBurningTorchBlock, LegacyTorchBlock

public class TorchBlockBurningBase extends TorchBlockBase
  • Constructor Details

    • TorchBlockBurningBase

      protected TorchBlockBurningBase(int iBlockID)
  • Method Details

    • getCanBlockLightItemOnFire

      public boolean getCanBlockLightItemOnFire(IBlockAccess blockAccess, int i, int j, int k)
      Overrides:
      getCanBlockLightItemOnFire in class Block
    • onFluidFlowIntoBlock

      public void onFluidFlowIntoBlock(World world, int i, int j, int k, BlockFluid newBlock)
      Overrides:
      onFluidFlowIntoBlock in class Block
    • randomDisplayTick

      @Environment(CLIENT) public void randomDisplayTick(World world, int i, int j, int k, Random rand)
      Description copied from class: Block
      A randomly called display update to be able to add particles or other items for display
      Overrides:
      randomDisplayTick in class Block
    • getParticalPos

      @Environment(CLIENT) protected Vec3 getParticalPos(World world, int i, int j, int k)