Class LooseOvenBlockBurning

All Implemented Interfaces:
ITileEntityProvider
Direct Known Subclasses:
OvenBlockBurning

public class LooseOvenBlockBurning extends OvenBlock
  • Constructor Details

    • LooseOvenBlockBurning

      public LooseOvenBlockBurning(int iBlockID)
  • Method Details

    • isOpaqueCube

      public boolean isOpaqueCube()
      Description copied from class: Block
      // +++START EDIT+++ // ---END EDIT--- Is this block (a) opaque and (b) a full 1m cube? This determines whether or not to render the shared face of two adjacent blocks and also whether the player can attach torches, redstone wire, etc to this block.
      Overrides:
      isOpaqueCube in class Block