Uses of Class
dev.wyck.worldgen.heightproviders.UniformHeight.Builder
Packages that use UniformHeight.Builder
-
Uses of UniformHeight.Builder in dev.wyck.worldgen.heightproviders
Subclasses with type arguments of type UniformHeight.Builder in dev.wyck.worldgen.heightprovidersMethods in dev.wyck.worldgen.heightproviders that return UniformHeight.BuilderModifier and TypeMethodDescriptionstatic UniformHeight.BuilderUniformHeight.builder()Creates a new builder.default UniformHeight.BuilderUniformHeight.toBuilder()Converts this object back to a builder.static UniformHeight.BuilderHeightProvider.uniform()Creates a new uniform height builder.