Class Schematic
java.lang.Object
fr.multimc.api.spigot.common.worlds.schematics.Schematic
-
Constructor Summary
ConstructorsConstructorDescriptionSchematic
(@NotNull File schematicFile, @NotNull SchematicOptions options) Constructor forSchematic
classSchematic
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull String name, @NotNull SchematicOptions options) Constructor forSchematic
class -
Method Summary
Modifier and TypeMethodDescriptionGet the block count of the schematiccom.sk89q.worldedit.extent.clipboard.Clipboard
void
paste()
Paste the schematicvoid
paste
(@NotNull SchematicOptions options) Paste the schematic
-
Constructor Details
-
Schematic
public Schematic(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull String name, @NotNull @NotNull SchematicOptions options) Constructor forSchematic
class- Parameters:
plugin
- thePlugin
name
- the name of the schematicoptions
- theSchematicOptions
of the schematic
-
Schematic
Constructor forSchematic
class- Parameters:
schematicFile
- theFile
of the schematicoptions
- theSchematicOptions
of theSchematic
-
-
Method Details
-
paste
public void paste() throws com.sk89q.worldedit.WorldEditExceptionPaste 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
Get the block count of the schematic- Returns:
- a
Map
containing the block count for eachMaterial
-
getSchematicFile
- Throws:
NullPointerException
-
getOptions
-
getClipboard
public com.sk89q.worldedit.extent.clipboard.Clipboard getClipboard()
-