Class Schematic
java.lang.Object
com.intellectualsites.arkitektonika.Schematic
Object that represents a downloaded schematic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.NotNull byte[]Get the (raw) schematic contentgetKey()Get the schematic key
-
Constructor Details
-
Schematic
-
-
Method Details
-
getKey
Get the schematic key- Returns:
- Schematic key
-
getContent
Get the (raw) schematic content- Returns:
- Schematic content
-