Class SchematicBuilder
java.lang.Object
me.c7dev.dexterity.displays.schematics.SchematicBuilder
Creates and exports a schematic file
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDouble(Token.TokenType type, double x) getString(Token.TokenType type, String s) booleanSave the schematic to a FileintSave the schematic to a file name
-
Field Details
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION- See Also:
-
DECIMAL_PRECISION
public static final int DECIMAL_PRECISION- See Also:
-
-
Constructor Details
-
SchematicBuilder
-
-
Method Details
-
save
Save the schematic to a file name- Parameters:
fileName- Does not include path to schematics folderauthor-override-- Returns:
-
save
Save the schematic to a File- Parameters:
f-author-- Returns:
-
getDouble
-
getString
-