Class SchematicBuilder
java.lang.Object
me.c7dev.dexterity.displays.schematics.SchematicBuilder
Creates and exports a schematic file
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDouble
(Token.TokenType type, double x) getString
(Token.TokenType type, String s) boolean
Save the schematic to a Fileint
Save 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:
file_name
- Does not include path to schematics folderauthor
-override
-- Returns:
-
save
Save the schematic to a File- Parameters:
f
-author
-- Returns:
-
getDouble
-
getString
-