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 official dfz
intermediary net/minecraft/class_5871
named net/minecraft/world/gen/carver/CarverConfig
-
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 official d
Ldfz;d:Lcom/mojang/serialization/MapCodec;
intermediary field_29054
Lnet/minecraft/class_5871;field_29054:Lcom/mojang/serialization/MapCodec;
named CONFIG_CODEC
Lnet/minecraft/world/gen/carver/CarverConfig;CONFIG_CODEC:Lcom/mojang/serialization/MapCodec;
-
y
- Mappings:
Namespace Name Mixin selector official e
Ldfz;e:Ldmw;
intermediary field_31488
Lnet/minecraft/class_5871;field_31488:Lnet/minecraft/class_6122;
named y
Lnet/minecraft/world/gen/carver/CarverConfig;y:Lnet/minecraft/world/gen/heightprovider/HeightProvider;
-
yScale
- Mappings:
Namespace Name Mixin selector official f
Ldfz;f:Lbbp;
intermediary field_31489
Lnet/minecraft/class_5871;field_31489:Lnet/minecraft/class_5863;
named yScale
Lnet/minecraft/world/gen/carver/CarverConfig;yScale:Lnet/minecraft/util/math/floatprovider/FloatProvider;
-
lavaLevel
- Mappings:
Namespace Name Mixin selector official g
Ldfz;g:Ldev;
intermediary field_31490
Lnet/minecraft/class_5871;field_31490:Lnet/minecraft/class_5843;
named lavaLevel
Lnet/minecraft/world/gen/carver/CarverConfig;lavaLevel:Lnet/minecraft/world/gen/YOffset;
-
debugConfig
- Mappings:
Namespace Name Mixin selector official h
Ldfz;h:Ldga;
intermediary field_29053
Lnet/minecraft/class_5871;field_29053:Lnet/minecraft/class_5872;
named debugConfig
Lnet/minecraft/world/gen/carver/CarverConfig;debugConfig:Lnet/minecraft/world/gen/carver/CarverDebugConfig;
-
replaceable
- Mappings:
Namespace Name Mixin selector official i
Ldfz;i:Lhd;
intermediary field_38864
Lnet/minecraft/class_5871;field_38864:Lnet/minecraft/class_6885;
named replaceable
Lnet/minecraft/world/gen/carver/CarverConfig;replaceable:Lnet/minecraft/registry/entry/RegistryEntryList;
-
-
Constructor Details
-
CarverConfig
public CarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable) - Mappings:
Namespace Name Mixin selector official <init>
Ldfz;<init>(FLdmw;Lbbp;Ldev;Ldga;Lhd;)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
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
-