Uses of Enum
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 type with the specified name.static AsyncStructureGenerateEvent.Cause[]
AsyncStructureGenerateEvent.Cause.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionAsyncStructureGenerateEvent
(World world, boolean async, AsyncStructureGenerateEvent.Cause cause, Structure structure, BoundingBox boundingBox, int chunkX, int chunkZ)