Uses of Class
dev.wyck.worldgen.function.misc.FindTopSurface.Builder
Packages that use FindTopSurface.Builder
-
Uses of FindTopSurface.Builder in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return FindTopSurface.BuilderModifier and TypeMethodDescriptionstatic FindTopSurface.BuilderDensityFunction.findTopSurface()Creates a new builder for aFindTopSurface. -
Uses of FindTopSurface.Builder in dev.wyck.worldgen.function.misc
Methods in dev.wyck.worldgen.function.misc that return FindTopSurface.BuilderModifier and TypeMethodDescriptionstatic FindTopSurface.BuilderFindTopSurface.builder()Creates a new builder.FindTopSurface.Builder.cellHeight(int cellHeight) Sets the resolution of the scan.FindTopSurface.Builder.density(DensityFunction density) Sets the density function to scan.FindTopSurface.Builder.lowerBound(int lowerBound) Sets the Y-level to stop the scan at.FindTopSurface.Builder.resourceKey(ResourceKey resourceKey) Sets the resource key.default FindTopSurface.BuilderFindTopSurface.toBuilder()Converts this object back to a builder.FindTopSurface.Builder.upperBound(DensityFunction upperBound) Sets the Y-level to start the scan at.