Uses of Enum Class
org.bukkit.event.world.AsyncStructureGenerateEvent.Cause
Packages that use AsyncStructureGenerateEvent.Cause
-
Uses of AsyncStructureGenerateEvent.Cause in org.bukkit.event.world
Methods in org.bukkit.event.world that return AsyncStructureGenerateEvent.CauseModifier 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.Constructors in org.bukkit.event.world with parameters of type AsyncStructureGenerateEvent.CauseModifierConstructorDescriptionAsyncStructureGenerateEvent
(@NotNull World world, boolean async, @NotNull AsyncStructureGenerateEvent.Cause cause, @NotNull Structure structure, @NotNull BoundingBox boundingBox, int chunkX, int chunkZ)