Class ItemGroundCoverBlock


public class ItemGroundCoverBlock extends GroundCoverBlock
  • Constructor Details

    • ItemGroundCoverBlock

      public ItemGroundCoverBlock(int id, Material material, String textureName)
  • Method Details

    • onSelfRemoval

      public void onSelfRemoval(World world, int i, int j, int k)
      Overrides:
      onSelfRemoval in class GroundCoverBlock
    • shouldRenderNeighborFullFaceSide

      @Environment(CLIENT) public boolean shouldRenderNeighborFullFaceSide(IBlockAccess blockAccess, int i, int j, int k, int iNeighborSide)
      Overrides:
      shouldRenderNeighborFullFaceSide in class GroundCoverBlock
    • shouldSideBeRendered

      @Environment(CLIENT) public boolean shouldSideBeRendered(IBlockAccess blockAccess, int iNeighborI, int iNeighborJ, int iNeighborK, int iSide)
      Overrides:
      shouldSideBeRendered in class GroundCoverBlock
    • registerIcons

      public void registerIcons(IconRegister par1IconRegister)
      Description copied from class: Block
      When this method is called, your block should register all the icons it needs with the given IconRegister. This is the only chance you get to register icons.
      Overrides:
      registerIcons in class Block
    • renderBlock

      @Environment(CLIENT) public boolean renderBlock(RenderBlocks renderBlocks, int x, int y, int z)
      Overrides:
      renderBlock in class GroundCoverBlock