Package net.minecraft.world.gen.carver
Class EmptyCarverConfig
- java.lang.Object
-
- net.minecraft.world.gen.carver.EmptyCarverConfig
-
- All Implemented Interfaces:
ICarverConfig
public class EmptyCarverConfig extends java.lang.Object implements ICarverConfig
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<EmptyCarverConfig>
CODEC
static EmptyCarverConfig
INSTANCE
-
Fields inherited from interface net.minecraft.world.gen.carver.ICarverConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description EmptyCarverConfig()
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<EmptyCarverConfig> CODEC
-
INSTANCE
public static final EmptyCarverConfig INSTANCE
-
-