Package com.xpdustry.hexed.generation
Class ImmutableSchematic
java.lang.Object
com.xpdustry.hexed.generation.ImmutableSchematic
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionImmutableSchematic(List<ImmutableSchematic.Tile> tiles, int width, int height, SortedSet<String> labels, Map<String, String> tags) ImmutableSchematic(mindustry.game.Schematic schematic) -
Method Summary
-
Constructor Details
-
ImmutableSchematic
public ImmutableSchematic(mindustry.game.Schematic schematic) -
ImmutableSchematic
-
-
Method Details
-
getTiles
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getLabels
-
getTags
-
getName
-
getDescription
-