Uses of Class
dev.wyck.worldgen.feature.configurations.geode.GeodeCrackSettings.Builder
Packages that use GeodeCrackSettings.Builder
-
Uses of GeodeCrackSettings.Builder in dev.wyck.worldgen.feature.configurations.geode
Methods in dev.wyck.worldgen.feature.configurations.geode that return GeodeCrackSettings.BuilderModifier and TypeMethodDescriptionGeodeCrackSettings.Builder.baseCrackSize(double baseCrackSize) Sets the base size of the crack.static GeodeCrackSettings.BuilderGeodeCrackSettings.builder()Creates a new builder.GeodeCrackSettings.Builder.crackPointOffset(int crackPointOffset) Sets the offset of the crack point.GeodeCrackSettings.Builder.generateCrackChance(double generateCrackChance) Sets the probability for generating a crack.default GeodeCrackSettings.BuilderGeodeCrackSettings.toBuilder()Converts this object back to a builder.