Uses of Class
me.sciguymjm.uberenchant.api.utils.random.WeightedChance
Packages that use WeightedChance
-
Uses of WeightedChance in me.sciguymjm.uberenchant.api.utils.random
Methods in me.sciguymjm.uberenchant.api.utils.random that return WeightedChanceModifier and TypeMethodDescriptionstatic <E> WeightedChance<E>
WeightedChance.fromCollection
(Collection<? extends Weighted<E>> collection) Returns a new instance of a WeightedChance using specified collection
Same as usingWeightedChance(Collection)