Uses of Interface
dev.wyck.worldgen.carver.CanyonCarverConfiguration.CanyonShapeConfiguration
Packages that use CanyonCarverConfiguration.CanyonShapeConfiguration
-
Uses of CanyonCarverConfiguration.CanyonShapeConfiguration in dev.wyck.worldgen.carver
Methods in dev.wyck.worldgen.carver that return CanyonCarverConfiguration.CanyonShapeConfigurationModifier and TypeMethodDescriptionCanyonCarverConfiguration.CanyonShapeConfiguration.Builder.build()Builds the canyon shape configuration.Reads a Minecraft canyon shape configuration.CanyonCarverConfiguration.CanyonShapeConfiguration.of(FloatProvider distanceFactor, FloatProvider thickness, int widthSmoothness, FloatProvider horizontalRadiusFactor, float verticalRadiusDefaultFactor, float verticalRadiusCenterFactor) Creates a new CanyonShapeConfiguration.CanyonCarverConfiguration.shape()The shape of the canyon.Methods in dev.wyck.worldgen.carver with parameters of type CanyonCarverConfiguration.CanyonShapeConfigurationModifier and TypeMethodDescriptionstatic CanyonCarverConfigurationCanyonCarverConfiguration.of(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, Set<Material> replaceable, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) Creates a new CanyonCarverConfiguration.CanyonCarverConfiguration.Builder.shape(CanyonCarverConfiguration.CanyonShapeConfiguration shape) Sets the shape of the canyon.Constructors in dev.wyck.worldgen.carver with parameters of type CanyonCarverConfiguration.CanyonShapeConfigurationModifierConstructorDescriptionBuilder(CanyonCarverConfiguration.CanyonShapeConfiguration configuration)