Package net.minecraft.world.gen.carver
Class DefaultCarverConfig
java.lang.Object
net.minecraft.world.gen.carver.DefaultCarverConfig
- All Implemented Interfaces:
CarverConfig
public class DefaultCarverConfig extends Object implements CarverConfig
- Mappings:
Namespace Name official cnf
intermediary net/minecraft/class_2932
named net/minecraft/world/gen/carver/DefaultCarverConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<DefaultCarverConfig>
CODEC
static DefaultCarverConfig
INSTANCE
Fields inherited from interface net.minecraft.world.gen.carver.CarverConfig
DEFAULT
-
Constructor Summary
Constructors Constructor Description DefaultCarverConfig()
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lcnf;b:Lcom/mojang/serialization/Codec;
intermediary field_24829
Lnet/minecraft/class_2932;field_24829:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/carver/DefaultCarverConfig;CODEC:Lcom/mojang/serialization/Codec;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official c
Lcnf;c:Lcnf;
intermediary field_24830
Lnet/minecraft/class_2932;field_24830:Lnet/minecraft/class_2932;
named INSTANCE
Lnet/minecraft/world/gen/carver/DefaultCarverConfig;INSTANCE:Lnet/minecraft/world/gen/carver/DefaultCarverConfig;
-
-
Constructor Details
-
DefaultCarverConfig
public DefaultCarverConfig()
-