Uses of Interface
dev.wyck.wrapper.worldgen.carver.CarverConfiguration
Packages that use CarverConfiguration
-
Uses of CarverConfiguration in dev.wyck.wrapper.worldgen.carver
Classes in dev.wyck.wrapper.worldgen.carver that implement CarverConfigurationModifier and TypeClassDescriptionfinal recordWraps Minecraft's CanyonCarverConfiguration, the configuration consumed by the CANYON carver.final recordWraps Minecraft's CaveCarverConfiguration, the configuration consumed by both the CAVE and NETHER_CAVE carvers.Methods in dev.wyck.wrapper.worldgen.carver that return CarverConfigurationModifier and TypeMethodDescriptionConfiguredWorldCarver.Custom.config()Returns the value of theconfigrecord component.Methods in dev.wyck.wrapper.worldgen.carver with parameters of type CarverConfigurationModifier and TypeMethodDescriptionstatic ConfiguredWorldCarverConfiguredWorldCarver.of(WorldCarverType type, CarverConfiguration configuration) Creates a configured carver from a custom carver type and configuration.Constructors in dev.wyck.wrapper.worldgen.carver with parameters of type CarverConfigurationModifierConstructorDescriptionCustom(WorldCarverType type, CarverConfiguration config) Creates an instance of aCustomrecord class.