Uses of Enum Class
org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of CreatureSpawnEvent.SpawnReason in org.bukkit
Modifier and TypeMethodDescription<T extends LivingEntity>
TWorld.spawn
(Location location, Class<T> clazz, CreatureSpawnEvent.SpawnReason spawnReason, boolean randomizeData, Consumer<? super T> function) Creates a new entity at the givenLocation
with the supplied function run before the entity is added to the world. -
Uses of CreatureSpawnEvent.SpawnReason in org.bukkit.event.entity
Modifier and TypeMethodDescriptionCreatureSpawnEvent.getSpawnReason()
Gets the reason for why the creature is being spawned.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.ModifierConstructorDescriptionCreatureSpawnEvent
(LivingEntity spawnee, CreatureSpawnEvent.SpawnReason spawnReason)