Class FullBlock

java.lang.Object
net.minecraft.src.Block
api.block.blocks.FullBlock
Direct Known Subclasses:
BedrockBlock, BlockDirt, BlockStone, EndStoneBlock, LavaPillowBlock, NetherrackBlock, OreStorageBlock, RoughStoneBlock

public class FullBlock extends Block
  • Constructor Details

    • FullBlock

      protected FullBlock(int iBlockID, Material material)
  • Method Details

    • renderBlock

      @Environment(CLIENT) public boolean renderBlock(RenderBlocks renderer, int i, int j, int k)
      Overrides:
      renderBlock in class Block
    • doesItemRenderAsBlock

      @Environment(CLIENT) public boolean doesItemRenderAsBlock(int iItemDamage)
      Overrides:
      doesItemRenderAsBlock in class Block
    • renderBlockMovedByPiston

      @Environment(CLIENT) public void renderBlockMovedByPiston(RenderBlocks renderBlocks, int i, int j, int k)
      Overrides:
      renderBlockMovedByPiston in class Block