Class Schematic.Stile

java.lang.Object
mindustry.game.Schematic.Stile
Enclosing class:
Schematic

public static class Schematic.Stile extends Object
  • Field Details

    • block

      public Block block
    • x

      public short x
    • y

      public short y
    • config

      public Object config
    • rotation

      public byte rotation
  • Constructor Details

    • Stile

      public Stile(Block block, int x, int y, Object config, byte rotation)
    • Stile

      public Stile()
  • Method Details