Class BlockLava


public class BlockLava extends BlockLiquid
  • Constructor Details

    • BlockLava

      public BlockLava()
  • Method Details

    • isCollectible

      public boolean isCollectible(GlowBlockState target)
      Description copied from class: BlockLiquid
      Check if the BlockState block is collectible by a bucket.
      Specified by:
      isCollectible in class BlockLiquid
      Parameters:
      target - The block state to check
      Returns:
      Boolean representing if its collectible
    • updateBlock

      public void updateBlock(GlowBlock block)
      Description copied from class: BlockType
      Called when this block needs to be updated.
      Overrides:
      updateBlock in class BlockType
      Parameters:
      block - The block that needs an update