Class Schematic
java.lang.Object
fr.multimc.api.spigot.common.worlds.schematics.Schematic
- 
Constructor SummaryConstructorsConstructorDescriptionSchematic(@NotNull File schematicFile, @NotNull SchematicOptions options) Constructor forSchematicclassSchematic(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull String name, @NotNull SchematicOptions options) Constructor forSchematicclass
- 
Method SummaryModifier and TypeMethodDescriptionGet the block count of the schematiccom.sk89q.worldedit.extent.clipboard.Clipboardvoidpaste()Paste the schematicvoidpaste(@NotNull SchematicOptions options) Paste the schematic
- 
Constructor Details- 
Schematicpublic Schematic(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull String name, @NotNull @NotNull SchematicOptions options) Constructor forSchematicclass- Parameters:
- plugin- the- Plugin
- name- the name of the schematic
- options- the- SchematicOptionsof the schematic
 
- 
SchematicConstructor forSchematicclass- Parameters:
- schematicFile- the- Fileof the schematic
- options- the- SchematicOptionsof the- Schematic
 
 
- 
- 
Method Details- 
pastepublic void paste() throws com.sk89q.worldedit.WorldEditExceptionPaste the schematic- Throws:
- com.sk89q.worldedit.WorldEditException- the world edit exception
 
- 
pastepublic 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
 
- 
getBlockCountGet the block count of the schematic- Returns:
- a Mapcontaining the block count for eachMaterial
 
- 
getSchematicFile- Throws:
- NullPointerException
 
- 
getOptions
- 
getClipboardpublic com.sk89q.worldedit.extent.clipboard.Clipboard getClipboard()
 
-