Uses of Enum Class
valorless.rarespawns.api.enums.SpawnCause
Packages that use SpawnCause
Package
Description
Public API enums used by RareSpawns and dependent plugins.
Bukkit events fired by the RareSpawns API.
-
Uses of SpawnCause in valorless.rarespawns.api.enums
Methods in valorless.rarespawns.api.enums that return SpawnCauseModifier and TypeMethodDescriptionstatic SpawnCauseReturns the enum constant of this class with the specified name.static SpawnCause[]SpawnCause.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpawnCause in valorless.rarespawns.api.events
Methods in valorless.rarespawns.api.events that return SpawnCauseConstructors in valorless.rarespawns.api.events with parameters of type SpawnCauseModifierConstructorDescriptionRareSpawnEvent(String id, EntityData data, org.bukkit.entity.LivingEntity rare, org.bukkit.Location location, SpawnCause cause) Creates a new RareSpawnEvent.