Package com.xpdustry.hexed.generation
Class MapTile
java.lang.Object
com.xpdustry.hexed.generation.MapTile
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()mindustry.world.BlockgetBlock()mindustry.world.blocks.environment.FloorgetFloor()mindustry.world.BlockvoidsetBlock(mindustry.world.Block block) voidsetFloor(mindustry.world.blocks.environment.Floor floor) voidsetOverlay(mindustry.world.Block overlay)
-
Constructor Details
-
MapTile
public MapTile()
-
-
Method Details
-
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
-