Uses of Class
io.github.mrtesz.teszcore.util.Chance.WeightedEntry
Packages that use Chance.WeightedEntry
-
Uses of Chance.WeightedEntry in io.github.mrtesz.teszcore.util
Method parameters in io.github.mrtesz.teszcore.util with type arguments of type Chance.WeightedEntryModifier and TypeMethodDescriptionstatic <T> TChance.roll(@NotNull Collection<? extends Chance.WeightedEntry<T>> entries) Roll a value of a weighted entry collectionstatic <T> TChance.roll(@NotNull Collection<? extends Chance.WeightedEntry<T>> entries, @NotNull Random random) Roll a value of a weighted entry collection with a specified random