Uses of Interface
dev.wyck.worldgen.function.misc.FindTopSurface
Packages that use FindTopSurface
-
Uses of FindTopSurface in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return FindTopSurfaceModifier and TypeMethodDescriptiondefault FindTopSurfaceDensityFunction.findTopSurface(DensityFunction upperBound, int lowerBound, int cellHeight) Scans a column of this density function and returns the topmost Y-level whose value is above 0, orlowerBoundif no such position exists within the bounds.static FindTopSurfaceDensityFunction.findTopSurface(DensityFunction density, DensityFunction upperBound, int lowerBound, int cellHeight) Scans a column ofdensityand returns the topmost Y-level whose value is above 0, orlowerBoundif no such position exists within the bounds. -
Uses of FindTopSurface in dev.wyck.worldgen.function.misc
Subinterfaces with type arguments of type FindTopSurface in dev.wyck.worldgen.function.miscModifier and TypeInterfaceDescriptioninterfaceScans through a column of an input density and returns the topmost Y-level whose density is above 0.Methods in dev.wyck.worldgen.function.misc that return FindTopSurfaceModifier and TypeMethodDescriptionFindTopSurface.Builder.build()Builds the find top surface density function.static FindTopSurfaceFindTopSurface.of(@Nullable ResourceKey resourceKey, DensityFunction density, DensityFunction upperBound, int lowerBound, int cellHeight) Creates a new find top surface density function.static FindTopSurfaceFindTopSurface.of(DensityFunction density, DensityFunction upperBound, int lowerBound, int cellHeight) Creates a new find top surface density function.