Package net.minecraft.world.gen.carver
Class CarverConfig
java.lang.Object
net.minecraft.world.gen.ProbabilityConfig
net.minecraft.world.gen.carver.CarverConfig
- All Implemented Interfaces:
 FeatureConfig
- Direct Known Subclasses:
 CaveCarverConfig,RavineCarverConfig
- Mappings:
 Namespace Name named net/minecraft/world/gen/carver/CarverConfigintermediary net/minecraft/class_5871official elz
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CarverConfig> final CarverDebugConfigfinal YOffsetfinal RegistryEntryList<Block> final HeightProviderfinal FloatProviderFields inherited from class net.minecraft.world.gen.ProbabilityConfig
CODEC, probabilityFields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT - 
Constructor Summary
ConstructorsConstructorDescriptionCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
getDecoratedFeatures 
- 
Field Details
- 
CONFIG_CODEC
- Mappings:
 Namespace Name Mixin selector named CONFIG_CODECLnet/minecraft/world/gen/carver/CarverConfig;CONFIG_CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_29054Lnet/minecraft/class_5871;field_29054:Lcom/mojang/serialization/MapCodec;official dLelz;d:Lcom/mojang/serialization/MapCodec;
 - 
y
- Mappings:
 Namespace Name Mixin selector named yLnet/minecraft/world/gen/carver/CarverConfig;y:Lnet/minecraft/world/gen/heightprovider/HeightProvider;intermediary field_31488Lnet/minecraft/class_5871;field_31488:Lnet/minecraft/class_6122;official eLelz;e:Letf;
 - 
yScale
- Mappings:
 Namespace Name Mixin selector named yScaleLnet/minecraft/world/gen/carver/CarverConfig;yScale:Lnet/minecraft/util/math/floatprovider/FloatProvider;intermediary field_31489Lnet/minecraft/class_5871;field_31489:Lnet/minecraft/class_5863;official fLelz;f:Lbwm;
 - 
lavaLevel
- Mappings:
 Namespace Name Mixin selector named lavaLevelLnet/minecraft/world/gen/carver/CarverConfig;lavaLevel:Lnet/minecraft/world/gen/YOffset;intermediary field_31490Lnet/minecraft/class_5871;field_31490:Lnet/minecraft/class_5843;official gLelz;g:Leku;
 - 
debugConfig
- Mappings:
 Namespace Name Mixin selector named debugConfigLnet/minecraft/world/gen/carver/CarverConfig;debugConfig:Lnet/minecraft/world/gen/carver/CarverDebugConfig;intermediary field_29053Lnet/minecraft/class_5871;field_29053:Lnet/minecraft/class_5872;official hLelz;h:Lema;
 - 
replaceable
- Mappings:
 Namespace Name Mixin selector named replaceableLnet/minecraft/world/gen/carver/CarverConfig;replaceable:Lnet/minecraft/registry/entry/RegistryEntryList;intermediary field_38864Lnet/minecraft/class_5871;field_38864:Lnet/minecraft/class_6885;official iLelz;i:Ljp;
 
 - 
 - 
Constructor Details
- 
CarverConfig
public CarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/world/gen/carver/CarverConfig;<init>(FLnet/minecraft/world/gen/heightprovider/HeightProvider;Lnet/minecraft/util/math/floatprovider/FloatProvider;Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/carver/CarverDebugConfig;Lnet/minecraft/registry/entry/RegistryEntryList;)Vintermediary <init>Lnet/minecraft/class_5871;<init>(FLnet/minecraft/class_6122;Lnet/minecraft/class_5863;Lnet/minecraft/class_5843;Lnet/minecraft/class_5872;Lnet/minecraft/class_6885;)Vofficial <init>Lelz;<init>(FLetf;Lbwm;Leku;Lema;Ljp;)V
 
 -