Uses of Class
dev.wyck.worldgen.feature.configurations.UnderwaterMagmaConfiguration.Builder
Packages that use UnderwaterMagmaConfiguration.Builder
-
Uses of UnderwaterMagmaConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return UnderwaterMagmaConfiguration.BuilderModifier and TypeMethodDescriptionUnderwaterMagmaConfiguration.builder()Creates a new builder.UnderwaterMagmaConfiguration.Builder.floorSearchRange(int floorSearchRange) Sets how far down the feature searches for a floor.UnderwaterMagmaConfiguration.Builder.placementProbabilityPerValidPosition(float placementProbabilityPerValidPosition) Sets the chance of placing magma at each valid position.UnderwaterMagmaConfiguration.Builder.placementRadiusAroundFloor(int placementRadiusAroundFloor) Sets the radius around the found floor in which magma may be placed.UnderwaterMagmaConfiguration.toBuilder()Converts this object back to a builder.FeatureConfiguration.underwaterMagma()Creates a builder for anUnderwaterMagmaConfiguration.