Uses of Interface
dev.wyck.worldgen.carver.CarverConfiguration
Packages that use CarverConfiguration
-
Uses of CarverConfiguration in dev.wyck.worldgen.carver
Classes in dev.wyck.worldgen.carver with type parameters of type CarverConfigurationModifier and TypeClassDescriptionstatic classCarverConfiguration.CarverConfigurationBuilder<T extends CarverConfiguration, B extends CarverConfiguration.CarverConfigurationBuilder<T,B>> Subinterfaces of CarverConfiguration in dev.wyck.worldgen.carverModifier and TypeInterfaceDescriptioninterfaceConfiguration for the CanyonCarver.interfaceConfiguration for cave carvers.Methods in dev.wyck.worldgen.carver that return CarverConfigurationModifier and TypeMethodDescriptionstatic CarverConfigurationReads the configuration owned by a Minecraft configured carver.Constructors in dev.wyck.worldgen.carver with parameters of type CarverConfigurationModifierConstructorDescriptionprotectedCarverConfigurationBuilder(CarverConfiguration configuration) -
Uses of CarverConfiguration in dev.wyck.worldgen.carver.types
Methods in dev.wyck.worldgen.carver.types that return CarverConfigurationMethods in dev.wyck.worldgen.carver.types with parameters of type CarverConfigurationModifier and TypeMethodDescriptionComposedCarver.Builder.config(CarverConfiguration config) Sets the configuration of the carver.static ComposedCarverComposedCarver.of(@Nullable ResourceKey resourceKey, WorldCarverType type, CarverConfiguration config) Creates a new composed carver.static ComposedCarverComposedCarver.of(WorldCarverType type, CarverConfiguration config) Creates a new composed carver.