Uses of Class
dev.wyck.worldgen.placement.SurfaceRelativeThresholdFilter.Builder
Packages that use SurfaceRelativeThresholdFilter.Builder
-
Uses of SurfaceRelativeThresholdFilter.Builder in dev.wyck.worldgen.placement
Methods in dev.wyck.worldgen.placement that return SurfaceRelativeThresholdFilter.BuilderModifier and TypeMethodDescriptionSurfaceRelativeThresholdFilter.builder()Creates a new builder.SurfaceRelativeThresholdFilter.Builder.heightmap(HeightmapType heightmap) Sets the heightmap.SurfaceRelativeThresholdFilter.Builder.maxInclusive(int maxInclusive) Sets the maximum inclusive relative height.SurfaceRelativeThresholdFilter.Builder.minInclusive(int minInclusive) Sets the minimum inclusive relative height.PlacementFilter.surfaceRelativeThreshold()Creates a new surface relative threshold filter.PlacementModifier.surfaceRelativeThreshold()A new builder for the surface relative threshold filter.SurfaceRelativeThresholdFilter.toBuilder()Converts this object back to a builder.