Uses of Class
net.minecraft.world.level.levelgen.carver.CarverConfiguration
Packages that use CarverConfiguration
-
Uses of CarverConfiguration in net.minecraft.world.level.levelgen.carver
Classes in net.minecraft.world.level.levelgen.carver with type parameters of type CarverConfigurationModifier and TypeClassDescriptionfinal recordConfiguredWorldCarver<WC extends CarverConfiguration>classWorldCarver<C extends CarverConfiguration>Subclasses of CarverConfiguration in net.minecraft.world.level.levelgen.carverFields in net.minecraft.world.level.levelgen.carver declared as CarverConfigurationModifier and TypeFieldDescriptionprivate final WCConfiguredWorldCarver.configThe field for theconfigrecord component.Fields in net.minecraft.world.level.levelgen.carver with type parameters of type CarverConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CarverConfiguration> CarverConfiguration.CODECMethods in net.minecraft.world.level.levelgen.carver with type parameters of type CarverConfigurationModifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration,F extends WorldCarver<C>>
FMethods in net.minecraft.world.level.levelgen.carver with parameters of type CarverConfigurationModifier and TypeMethodDescriptionprivate static BlockStateWorldCarver.getDebugState(CarverConfiguration p_159382_, BlockState p_159383_) private static booleanWorldCarver.isDebugEnabled(CarverConfiguration p_159424_) Constructors in net.minecraft.world.level.levelgen.carver with parameters of type CarverConfigurationModifierConstructorDescriptionCanyonCarverConfiguration(CarverConfiguration p_158980_, FloatProvider p_158981_, CanyonCarverConfiguration.CanyonShapeConfiguration p_158982_) CaveCarverConfiguration(CarverConfiguration p_159179_, FloatProvider p_159180_, FloatProvider p_159181_, FloatProvider p_159182_)