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/CarverConfig
intermediary net/minecraft/class_5871
official dzu
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<CarverConfig> final CarverDebugConfig
final YOffset
final RegistryEntryList
<Block> final HeightProvider
final FloatProvider
Fields inherited from class net.minecraft.world.gen.ProbabilityConfig
CODEC, probability
Fields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT
-
Constructor Summary
ConstructorDescriptionCarverConfig
(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, wait
Methods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
getDecoratedFeatures
-
Field Details
-
CONFIG_CODEC
- Mappings:
Namespace Name Mixin selector named CONFIG_CODEC
Lnet/minecraft/world/gen/carver/CarverConfig;CONFIG_CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_29054
Lnet/minecraft/class_5871;field_29054:Lcom/mojang/serialization/MapCodec;
official d
Ldzu;d:Lcom/mojang/serialization/MapCodec;
-
y
- Mappings:
Namespace Name Mixin selector named y
Lnet/minecraft/world/gen/carver/CarverConfig;y:Lnet/minecraft/world/gen/heightprovider/HeightProvider;
intermediary field_31488
Lnet/minecraft/class_5871;field_31488:Lnet/minecraft/class_6122;
official e
Ldzu;e:Legt;
-
yScale
- Mappings:
Namespace Name Mixin selector named yScale
Lnet/minecraft/world/gen/carver/CarverConfig;yScale:Lnet/minecraft/util/math/floatprovider/FloatProvider;
intermediary field_31489
Lnet/minecraft/class_5871;field_31489:Lnet/minecraft/class_5863;
official f
Ldzu;f:Lbpz;
-
lavaLevel
- Mappings:
Namespace Name Mixin selector named lavaLevel
Lnet/minecraft/world/gen/carver/CarverConfig;lavaLevel:Lnet/minecraft/world/gen/YOffset;
intermediary field_31490
Lnet/minecraft/class_5871;field_31490:Lnet/minecraft/class_5843;
official g
Ldzu;g:Ldyq;
-
debugConfig
- Mappings:
Namespace Name Mixin selector named debugConfig
Lnet/minecraft/world/gen/carver/CarverConfig;debugConfig:Lnet/minecraft/world/gen/carver/CarverDebugConfig;
intermediary field_29053
Lnet/minecraft/class_5871;field_29053:Lnet/minecraft/class_5872;
official h
Ldzu;h:Ldzv;
-
replaceable
- Mappings:
Namespace Name Mixin selector named replaceable
Lnet/minecraft/world/gen/carver/CarverConfig;replaceable:Lnet/minecraft/registry/entry/RegistryEntryList;
intermediary field_38864
Lnet/minecraft/class_5871;field_38864:Lnet/minecraft/class_6885;
official i
Ldzu;i:Ljm;
-
-
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;)V
intermediary <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;)V
official <init>
Ldzu;<init>(FLegt;Lbpz;Ldyq;Ldzv;Ljm;)V
-