Uses of Class
dev.wyck.worldgen.valueproviders.UniformInt.Builder
Packages that use UniformInt.Builder
-
Uses of UniformInt.Builder in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type UniformInt.Builder in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return UniformInt.BuilderModifier and TypeMethodDescriptionstatic UniformInt.BuilderUniformInt.builder()Creates a new builder.default UniformInt.BuilderUniformInt.toBuilder()Creates a new builder from this provider.static UniformInt.BuilderIntProvider.uniform()Creates a new uniform int builder.