Uses of Class
me.sciguymjm.uberenchant.api.utils.random.WeightedChance
-
Uses of WeightedChance in me.sciguymjm.uberenchant.api.utils.random
Modifier 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)