Interface ImmutableSchematic.Tile
- Enclosing interface:
- ImmutableSchematic
@Immutable
public static sealed interface ImmutableSchematic.Tile
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableSchematic.Tilefrom(mindustry.game.Schematic.Stile stile) mindustry.world.BlockgetBlock()@Nullable ObjectintgetX()intgetY()static ImmutableSchematic.Tileof(int x, int y, mindustry.world.Block block, BlockRotation rotation, @Nullable Object config) static mindustry.game.Schematic.Stile
-
Method Details
-
toStile
-
from
-
of
static ImmutableSchematic.Tile of(int x, int y, mindustry.world.Block block, BlockRotation rotation, @Nullable Object config) -
getX
int getX() -
getY
int getY() -
getBlock
mindustry.world.Block getBlock() -
getRotation
BlockRotation getRotation() -
getConfig
@Nullable Object getConfig()
-