|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreatureSpawnEvent.SpawnReason | |
---|---|
org.bukkit.event.entity | Events relating to entities , excluding some directly referencing
some more specific entity types. |
Uses of CreatureSpawnEvent.SpawnReason in org.bukkit.event.entity |
---|
Methods in org.bukkit.event.entity that return CreatureSpawnEvent.SpawnReason | |
---|---|
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 | |
---|---|
CreatureSpawnEvent(Entity spawnee,
CreatureType type,
Location loc,
CreatureSpawnEvent.SpawnReason reason)
Deprecated. |
|
CreatureSpawnEvent(LivingEntity spawnee,
CreatureSpawnEvent.SpawnReason spawnReason)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |