Class MapTile

java.lang.Object
com.xpdustry.hexed.generation.MapTile
All Implemented Interfaces:
Cloneable

public final class MapTile extends Object implements Cloneable
  • Constructor Details

    • MapTile

      public MapTile()
  • Method Details

    • getBuilding

      public MapTile.Building getBuilding()
    • getBlock

      public mindustry.world.Block getBlock()
    • setBlock

      public void setBlock(mindustry.world.Block block)
    • getOverlay

      public mindustry.world.Block getOverlay()
    • setOverlay

      public void setOverlay(mindustry.world.Block overlay)
    • getFloor

      public mindustry.world.blocks.environment.Floor getFloor()
    • setFloor

      public void setFloor(mindustry.world.blocks.environment.Floor floor)
    • clone

      public MapTile clone()
      Overrides:
      clone in class Object