Uses of Interface
dev.wyck.worldgen.valueproviders.UniformInt
Packages that use UniformInt
-
Uses of UniformInt in dev.wyck.worldgen.feature.trunkplacers
Methods in dev.wyck.worldgen.feature.trunkplacers that return UniformIntModifier and TypeMethodDescriptionCherryTrunkPlacer.branchStartOffsetFromTop()The offset of the branches from the top between -16 and 16.Methods in dev.wyck.worldgen.feature.trunkplacers with parameters of type UniformIntModifier and TypeMethodDescriptionCherryTrunkPlacer.Builder.branchStartOffsetFromTop(UniformInt branchStartOffsetFromTop) Sets the offset of the branches from the top. -
Uses of UniformInt in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type UniformInt in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return UniformIntModifier and TypeMethodDescriptionUniformInt.Builder.build()Creates a new uniform int provider.static UniformIntUniformInt.of(int min, int max) Creates a new uniform int provider.static UniformIntIntProvider.uniform(int min, int max) Creates a uniform int provider.Constructors in dev.wyck.worldgen.valueproviders with parameters of type UniformInt