Uses of Enum Class
org.bukkit.event.world.AsyncStructureGenerateEvent.Cause
-
Uses of AsyncStructureGenerateEvent.Cause in org.bukkit.event.world
Modifier and TypeMethodDescriptionAsyncStructureGenerateEvent.getCause()
Gets the event cause.Returns the enum constant of this class with the specified name.static AsyncStructureGenerateEvent.Cause[]
AsyncStructureGenerateEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAsyncStructureGenerateEvent
(@NotNull World world, boolean async, @NotNull AsyncStructureGenerateEvent.Cause cause, @NotNull Structure structure, @NotNull BoundingBox boundingBox, int chunkX, int chunkZ)