Class InfestedBlock

All Implemented Interfaces:
ItemConvertible

public class InfestedBlock
extends Block
  • Field Details

    • REGULAR_TO_INFESTED

      private static final Map<Block,​Block> REGULAR_TO_INFESTED
    • regularBlock

      private final Block regularBlock
  • Constructor Details

    • InfestedBlock

      public InfestedBlock​(Block regularBlock, AbstractBlock.Settings settings)
      Creates an infested block
      Parameters:
      regularBlock - the block this infested block should mimic
      settings - block settings
  • Method Details