Uses of Class
dev.wyck.worldgen.valueproviders.WeightedListInt.Builder
Packages that use WeightedListInt.Builder
-
Uses of WeightedListInt.Builder in dev.wyck.worldgen.valueproviders
Methods in dev.wyck.worldgen.valueproviders that return WeightedListInt.BuilderModifier and TypeMethodDescriptionWeightedListInt.Builder.add(IntProvider provider) Adds a provider with a weight of one.WeightedListInt.Builder.add(IntProvider provider, int weight) Adds a provider with the given weight.static WeightedListInt.BuilderWeightedListInt.builder()Creates a new builder.default WeightedListInt.BuilderWeightedListInt.toBuilder()Creates a new builder with the same weighted distribution as this provider.static WeightedListInt.BuilderIntProvider.weightedList()Creates a new weighted list int builder.