Class Schematic

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

public class Schematic extends Object
Reads and pastes an existing schematic file
  • Constructor Details

    • Schematic

      public Schematic(me.c7dev.dexterity.Dexterity plugin, String file_name)
  • Method Details

    • getAuthor

      public String getAuthor()
    • getSchemaVersion

      public int getSchemaVersion()
    • decode

      public List<Token> decode(byte[] data)
    • decodeObjects

      public void decodeObjects(byte[] data)
    • reloadBlocks

      public void reloadBlocks(List<Token> data)
      Interprets the token sequence to translate back into DexBlock states
      Parameters:
      data -
    • paste

      public DexterityDisplay paste(org.bukkit.Location loc)
      Create a copy of the schematic centered at the specified location
      Parameters:
      loc -