Uses of Class
dev.wyck.worldgen.stateproviders.WeightedStateProvider.Builder
Packages that use WeightedStateProvider.Builder
-
Uses of WeightedStateProvider.Builder in dev.wyck.worldgen.stateproviders
Methods in dev.wyck.worldgen.stateproviders that return WeightedStateProvider.BuilderModifier and TypeMethodDescriptionWeightedStateProvider.builder()Creates a new builder.WeightedStateProvider.Builder.entries(WeightedList<BlockData> entries) Sets the weighted list of block states.Adds multiple weighted entries to the list.Adds a weighted entry to the list.Adds a weighted entry to the list.default WeightedStateProvider.BuilderWeightedStateProvider.toBuilder()Converts this object back to a builder.BlockStateProvider.weighted()Creates a builder for a weighted state provider.