Uses of Class
com.github.imdabigboss.easydatapack.api.exceptions.SchematicException
Packages that use SchematicException
-
Uses of SchematicException in com.github.imdabigboss.easydatapack.api.utils.schematics
Methods in com.github.imdabigboss.easydatapack.api.utils.schematics that throw SchematicExceptionModifier and TypeMethodDescriptionstatic @NonNull SchematicSchematics.loadSchematic(@NonNull org.bukkit.plugin.Plugin plugin, @NonNull String schematicName)Loads a schematic from a file.voidSchematic.pasteSchematic(@NonNull org.bukkit.generator.LimitedRegion limitedRegion, int placeX, int placeY, int placeZ)Pastes the schematic at the specified location.voidSchematic.pasteSchematic(@NonNull org.bukkit.Location location)Pastes the schematic at the specified location.