Class SchematicOptions
java.lang.Object
fr.multimc.api.spigot.common.worlds.schematics.SchematicOptions
-
Constructor Summary
ConstructorsConstructorDescriptionSchematicOptions
(boolean ignoreAir, boolean copyBiomes, boolean copyEntities) SchematicOptions
(org.bukkit.Location location) SchematicOptions
(org.bukkit.Location location, boolean ignoreAir, boolean copyEntities, boolean copyBiomes) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.Location
boolean
boolean
boolean
void
setLocation
(@NotNull org.bukkit.Location location)
-
Constructor Details
-
SchematicOptions
public SchematicOptions() -
SchematicOptions
public SchematicOptions(boolean ignoreAir, boolean copyBiomes, boolean copyEntities) -
SchematicOptions
public SchematicOptions(@Nullable org.bukkit.Location location) -
SchematicOptions
public SchematicOptions(@Nullable org.bukkit.Location location, boolean ignoreAir, boolean copyEntities, boolean copyBiomes)
-
-
Method Details
-
setLocation
public void setLocation(@NotNull @NotNull org.bukkit.Location location) -
getLocation
public org.bukkit.Location getLocation() -
isIgnoreAir
public boolean isIgnoreAir() -
isCopyEntity
public boolean isCopyEntity() -
isCopyBiomes
public boolean isCopyBiomes()
-