Package mindustry.io
Class TypeIO.BuildingBox
java.lang.Object
mindustry.io.TypeIO.BuildingBox
- All Implemented Interfaces:
TypeIO.Boxed<mindustry.gen.Building>
- Enclosing class:
- TypeIO
public static class TypeIO.BuildingBox
extends Object
implements TypeIO.Boxed<mindustry.gen.Building>
Represents a building that has not been resolved yet.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pos
public int pos
-
-
Constructor Details
-
BuildingBox
public BuildingBox(int pos)
-
-
Method Details
-
unbox
public mindustry.gen.Building unbox()- Specified by:
unbox
in interfaceTypeIO.Boxed<mindustry.gen.Building>
-
toString
-