Uses of Record Class
dev.wyck.wrapper.worldgen.carver.CanyonShapeConfiguration
Packages that use CanyonShapeConfiguration
-
Uses of CanyonShapeConfiguration in dev.wyck.wrapper.worldgen.carver
Methods in dev.wyck.wrapper.worldgen.carver that return CanyonShapeConfigurationModifier and TypeMethodDescriptionCanyonShapeConfiguration.Builder.build()Builds the CanyonShapeConfiguration.CanyonCarverConfiguration.shape()Returns the value of theshaperecord component.Methods in dev.wyck.wrapper.worldgen.carver with parameters of type CanyonShapeConfigurationModifier and TypeMethodDescriptionCanyonCarverConfiguration.Builder.shape(CanyonShapeConfiguration shape) Sets the shape of the carver.Constructors in dev.wyck.wrapper.worldgen.carver with parameters of type CanyonShapeConfigurationModifierConstructorDescriptionCanyonCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, Collection<Material> replaceable, FloatProvider verticalRotation, CanyonShapeConfiguration shape) Creates an instance of aCanyonCarverConfigurationrecord class.