Uses of Enum Class
dev.satyrn.deepcavespiders.util.SpawnDistribution
Packages that use SpawnDistribution
-
Uses of SpawnDistribution in dev.satyrn.deepcavespiders.configuration
Fields in dev.satyrn.deepcavespiders.configuration with type parameters of type SpawnDistributionModifier and TypeFieldDescriptionfinal dev.satyrn.papermc.api.configuration.v1.EnumNode<SpawnDistribution>
Configuration.SpawnOptionsContainer.distribution
Controls the function which determines the percentage of spiders spawning at a given depth. -
Uses of SpawnDistribution in dev.satyrn.deepcavespiders.util
Methods in dev.satyrn.deepcavespiders.util that return SpawnDistributionModifier and TypeMethodDescriptionstatic SpawnDistribution
Returns the enum constant of this class with the specified name.static SpawnDistribution[]
SpawnDistribution.values()
Returns an array containing the constants of this enum class, in the order they are declared.