Uses of Class
org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason
-
Packages that use CreatureSpawnEvent.SpawnReason Package Description org.bukkit.event.entity -
-
Uses of CreatureSpawnEvent.SpawnReason in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return CreatureSpawnEvent.SpawnReason Modifier and Type Method Description @NotNull CreatureSpawnEvent.SpawnReason
CreatureSpawnEvent. getSpawnReason()
Gets the reason for why the creature is being spawned.static CreatureSpawnEvent.SpawnReason
CreatureSpawnEvent.SpawnReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreatureSpawnEvent.SpawnReason[]
CreatureSpawnEvent.SpawnReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bukkit.event.entity with parameters of type CreatureSpawnEvent.SpawnReason Constructor Description CreatureSpawnEvent(@NotNull LivingEntity spawnee, @NotNull CreatureSpawnEvent.SpawnReason spawnReason)
-