Uses of Class
dev.wyck.worldgen.noise.NoiseRouter.Builder
Packages that use NoiseRouter.Builder
-
Uses of NoiseRouter.Builder in dev.wyck.worldgen.noise
Methods in dev.wyck.worldgen.noise that return NoiseRouter.BuilderModifier and TypeMethodDescriptionNoiseRouter.Builder.barrier(DensityFunction barrier) Sets the barrier slot.static NoiseRouter.BuilderNoiseRouter.builder()Creates a builder for a noise router.NoiseRouter.Builder.continents(DensityFunction continents) Sets the continents slot.NoiseRouter.Builder.depth(DensityFunction depth) Sets the depth slot.NoiseRouter.Builder.erosion(DensityFunction erosion) Sets the erosion slot.NoiseRouter.Builder.finalDensity(DensityFunction finalDensity) Sets the final density slot.NoiseRouter.Builder.fluidLevelFloodedness(DensityFunction fluidLevelFloodedness) Sets the fluid level floodedness slot.NoiseRouter.Builder.fluidLevelSpread(DensityFunction fluidLevelSpread) Sets the fluid level spread slot.NoiseRouter.Builder.lava(DensityFunction lava) Sets the lava slot.NoiseRouter.Builder.preliminarySurfaceLevel(DensityFunction preliminarySurfaceLevel) Sets the preliminary surface level slot.NoiseRouter.Builder.ridges(DensityFunction ridges) Sets the ridges slot.NoiseRouter.Builder.temperature(DensityFunction temperature) Sets the temperature slot.default NoiseRouter.BuilderNoiseRouter.toBuilder()Converts this noise router back to a builder.NoiseRouter.Builder.vegetation(DensityFunction vegetation) Sets the vegetation slot.NoiseRouter.Builder.veinGap(DensityFunction veinGap) Sets the vein gap slot.NoiseRouter.Builder.veinRidged(DensityFunction veinRidged) Sets the vein ridged slot.NoiseRouter.Builder.veinToggle(DensityFunction veinToggle) Sets the vein toggle slot.