Uses of Class
dev.wyck.wrapper.worldgen.climate.ClimatePoint.Builder
Packages that use ClimatePoint.Builder
-
Uses of ClimatePoint.Builder in dev.wyck.wrapper.worldgen.climate
Methods in dev.wyck.wrapper.worldgen.climate that return ClimatePoint.BuilderModifier and TypeMethodDescriptionstatic ClimatePoint.BuilderClimatePoint.builder()Creates a builder for a climate point.ClimatePoint.Builder.continentalness(ClimateParameter continentalness) Sets the continentalness axis span.ClimatePoint.Builder.depth(ClimateParameter depth) Sets the depth axis span.ClimatePoint.Builder.erosion(ClimateParameter erosion) Sets the erosion axis span.ClimatePoint.Builder.humidity(ClimateParameter humidity) Sets the humidity axis span.ClimatePoint.Builder.offset(float offset) Sets the fitness offset between 0.0 and 1.0.ClimatePoint.Builder.temperature(ClimateParameter temperature) Sets the temperature axis span.default ClimatePoint.BuilderClimatePoint.toBuilder()Creates a new builder with the same values as this point.ClimatePoint.Builder.weirdness(ClimateParameter weirdness) Sets the weirdness axis span.