Uses of Enum Class
org.cloudburstmc.api.event.entity.CreatureSpawnEvent.SpawnReason
Packages that use CreatureSpawnEvent.SpawnReason
-
Uses of CreatureSpawnEvent.SpawnReason in org.cloudburstmc.api.event.entity
Methods in org.cloudburstmc.api.event.entity that return CreatureSpawnEvent.SpawnReasonModifier and TypeMethodDescriptionCreatureSpawnEvent.getReason()Returns the enum constant of this class with the specified name.static CreatureSpawnEvent.SpawnReason[]CreatureSpawnEvent.SpawnReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cloudburstmc.api.event.entity with parameters of type CreatureSpawnEvent.SpawnReasonModifierConstructorDescriptionCreatureSpawnEvent(EntityType<?> type, Location location, CreatureSpawnEvent.SpawnReason reason)