Uses of Enum Class
org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason
Packages that use CreatureSpawnEvent.SpawnReason
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of CreatureSpawnEvent.SpawnReason in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return CreatureSpawnEvent.SpawnReasonConstructors in com.destroystokyo.paper.event.entity with parameters of type CreatureSpawnEvent.SpawnReasonModifierConstructorDescriptionPhantomPreSpawnEvent
(@NotNull Location location, @NotNull Entity entity, CreatureSpawnEvent.SpawnReason reason) PreCreatureSpawnEvent
(@NotNull Location location, @NotNull EntityType type, CreatureSpawnEvent.SpawnReason reason) -
Uses of CreatureSpawnEvent.SpawnReason in org.bukkit
Methods in org.bukkit with parameters of type CreatureSpawnEvent.SpawnReasonModifier and TypeMethodDescription<T extends Entity>
TRegionAccessor.spawn
(@NotNull Location location, @NotNull Class<T> clazz, @Nullable Consumer<T> function, CreatureSpawnEvent.SpawnReason reason) default <T extends Entity>
TRegionAccessor.spawn
(@NotNull Location location, @NotNull Class<T> clazz, CreatureSpawnEvent.SpawnReason reason) default <T extends Entity>
TRegionAccessor.spawn
(@NotNull Location location, @NotNull Class<T> clazz, CreatureSpawnEvent.SpawnReason reason, @Nullable Consumer<T> function) RegionAccessor.spawnEntity
(@NotNull Location loc, EntityType type, CreatureSpawnEvent.SpawnReason reason) RegionAccessor.spawnEntity
(@NotNull Location loc, EntityType type, CreatureSpawnEvent.SpawnReason reason, @Nullable Consumer<Entity> function) -
Uses of CreatureSpawnEvent.SpawnReason in org.bukkit.entity
Methods in org.bukkit.entity that return CreatureSpawnEvent.SpawnReasonMethods in org.bukkit.entity with parameters of type CreatureSpawnEvent.SpawnReasonModifier and TypeMethodDescriptionboolean
Entity.spawnAt
(@NotNull Location location, CreatureSpawnEvent.SpawnReason reason) Spawns the entity in the world at the givenLocation
with the reason given. -
Uses of CreatureSpawnEvent.SpawnReason in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return CreatureSpawnEvent.SpawnReasonModifier 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.Constructors in org.bukkit.event.entity with parameters of type CreatureSpawnEvent.SpawnReasonModifierConstructorDescriptionCreatureSpawnEvent
(@NotNull LivingEntity spawnee, @NotNull CreatureSpawnEvent.SpawnReason spawnReason)