Uses of Class
dev.wyck.worldgen.placement.PlacedFeature.Builder
Packages that use PlacedFeature.Builder
-
Uses of PlacedFeature.Builder in dev.wyck.worldgen.placement
Methods in dev.wyck.worldgen.placement that return PlacedFeature.BuilderModifier and TypeMethodDescriptionstatic PlacedFeature.BuilderPlacedFeature.builder()Creates a new builder.PlacedFeature.Builder.feature(ConfiguredFeature feature) Sets the feature to be placed.PlacedFeature.Builder.feature(CustomFeature<C> customFeature, C config) Sets the feature to be placed.PlacedFeature.Builder.modifier(PlacementModifier placement) Adds a placement modifier to the list of modifiers.PlacedFeature.Builder.modifier(PlacementModifier... placements) Adds placement modifiers to the list of modifiers.PlacedFeature.Builder.modifiers(List<PlacementModifier> placements) Sets a list of placement modifiers to the list of modifiers.default PlacedFeature.BuilderPlacedFeature.toBuilder()Converts this object to a builder.