java.lang.Object
fr.multimc.api.spigot.common.worlds.schematics.Schematic

public class Schematic extends Object
  • Constructor Details

    • Schematic

      public Schematic(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull String name, @NotNull @NotNull SchematicOptions options)
      Constructor for Schematic class
      Parameters:
      plugin - the Plugin
      name - the name of the schematic
      options - the SchematicOptions of the schematic
    • Schematic

      public Schematic(@NotNull @NotNull File schematicFile, @NotNull @NotNull SchematicOptions options)
      Constructor for Schematic class
      Parameters:
      schematicFile - the File of the schematic
      options - the SchematicOptions of the Schematic
  • Method Details

    • paste

      public void paste() throws com.sk89q.worldedit.WorldEditException
      Paste the schematic
      Throws:
      com.sk89q.worldedit.WorldEditException - the world edit exception
    • paste

      public void paste(@NotNull @NotNull SchematicOptions options) throws com.sk89q.worldedit.WorldEditException
      Paste the schematic
      Parameters:
      options - the options of the schematic
      Throws:
      com.sk89q.worldedit.WorldEditException - the world edit exception
    • getBlockCount

      public Map<org.bukkit.Material,Integer> getBlockCount()
      Get the block count of the schematic
      Returns:
      a Map containing the block count for each Material
    • getSchematicFile

      public File getSchematicFile() throws NullPointerException
      Throws:
      NullPointerException
    • getOptions

      public SchematicOptions getOptions()
    • getClipboard

      public com.sk89q.worldedit.extent.clipboard.Clipboard getClipboard()