Uses of Class
dev.wyck.worldgen.surface.condition.PaperOptionallyFlatBedrockConditionSource.Builder
Packages that use PaperOptionallyFlatBedrockConditionSource.Builder
-
Uses of PaperOptionallyFlatBedrockConditionSource.Builder in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface that return PaperOptionallyFlatBedrockConditionSource.BuilderModifier and TypeMethodDescriptionSurfaceRule.optionallyFlatBedrock()Creates a new optionally-flat bedrock condition source builder. -
Uses of PaperOptionallyFlatBedrockConditionSource.Builder in dev.wyck.worldgen.surface.condition
Methods in dev.wyck.worldgen.surface.condition that return PaperOptionallyFlatBedrockConditionSource.BuilderModifier and TypeMethodDescriptionPaperOptionallyFlatBedrockConditionSource.builder()Creates a new optionally-flat bedrock condition source builder.PaperOptionallyFlatBedrockConditionSource.Builder.falseAtAndAbove(VerticalAnchor falseAtAndAbove) Sets the anchor at and above which the condition fails.PaperOptionallyFlatBedrockConditionSource.Builder.randomName(ResourceKey randomName) Sets the seed name used to randomize the non-flat gradient.PaperOptionallyFlatBedrockConditionSource.Builder.roof(boolean roof) Sets whether the collapsed flat layer belongs to the dimension roof.PaperOptionallyFlatBedrockConditionSource.toBuilder()Converts this object back to a builder.PaperOptionallyFlatBedrockConditionSource.Builder.trueAtAndBelow(VerticalAnchor trueAtAndBelow) Sets the anchor at and below which the condition passes.