Class ConstructBlock

All Implemented Interfaces:
Comparable<Content>, Senseable

public class ConstructBlock extends Block
A block in the process of construction.
  • Constructor Details

    • ConstructBlock

      public ConstructBlock(int size)
  • Method Details

    • get

      public static ConstructBlock get(int size)
      Returns a ConstructBlock by size.
    • deconstructFinish

      public static void deconstructFinish(Tile tile, Block block, mindustry.gen.Unit builder)
    • constructFinish

      public static void constructFinish(Tile tile, Block block, @Nullable mindustry.gen.Unit builder, byte rotation, Team team, Object config)
    • constructed

      public static void constructed(Tile tile, Block block, mindustry.gen.Unit builder, byte rotation, Team team, Object config)
    • isHidden

      public boolean isHidden()
      Description copied from class: UnlockableContent
      Whether this content is always hidden in the content database dialog.
      Overrides:
      isHidden in class Block