Uses of Class
dev.wyck.util.WeightedList.Builder
Packages that use WeightedList.Builder
-
Uses of WeightedList.Builder in dev.wyck.biome.entity
Method parameters in dev.wyck.biome.entity with type arguments of type WeightedList.BuilderModifier and TypeMethodDescriptionBiomeSpawner.Factory.create(Map<MobCategory, WeightedList.Builder<NaturalSpawner>> spawners, Map<EntityType, SpawnCost> mobSpawnCosts, float creatureGenerationProbability) -
Uses of WeightedList.Builder in dev.wyck.util
Methods in dev.wyck.util that return WeightedList.BuilderModifier and TypeMethodDescriptionWeightedList.Builder.addAll(List<WeightedList.Weighted<E>> elements) static <E> WeightedList.Builder<E> WeightedList.builder()