Class SchematicBuilder

java.lang.Object
me.c7dev.dexterity.displays.schematics.SchematicBuilder

public class SchematicBuilder extends Object
Creates and exports a schematic file
  • Field Details

  • Constructor Details

    • SchematicBuilder

      public SchematicBuilder(me.c7dev.dexterity.Dexterity plugin, DexterityDisplay d)
  • Method Details

    • save

      public int save(String file_name, String author, boolean override)
      Save the schematic to a file name
      Parameters:
      file_name - Does not include path to schematics folder
      author -
      override -
      Returns:
    • save

      public boolean save(File f, String author)
      Save the schematic to a File
      Parameters:
      f -
      author -
      Returns:
    • getDouble

      public DoubleToken getDouble(Token.TokenType type, double x)
    • getString

      public StringToken getString(Token.TokenType type, String s)