Package net.minecraft.world.gen.carver
Class CarverDebugConfig
java.lang.Object
net.minecraft.world.gen.carver.CarverDebugConfig
public class CarverDebugConfig extends Object
- Mappings:
Namespace Name official cogintermediary net/minecraft/class_5872named net/minecraft/world/gen/carver/CarverDebugConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<CarverDebugConfig>CODECprivate booleandebugModeprivate BlockStatedebugStatestatic CarverDebugConfigDEFAULT -
Constructor Summary
Constructors Modifier Constructor Description privateCarverDebugConfig(boolean debugMode, BlockState debugState) -
Method Summary
Modifier and Type Method Description static CarverDebugConfigcreate(boolean debugMode, BlockState debugState)BlockStategetDebugState()booleanisDebugMode()
-
Field Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official aLcog;a:Lcog;intermediary field_29055Lnet/minecraft/class_5872;field_29055:Lnet/minecraft/class_5872;named DEFAULTLnet/minecraft/world/gen/carver/CarverDebugConfig;DEFAULT:Lnet/minecraft/world/gen/carver/CarverDebugConfig;
-
CODEC
- Mappings:
Namespace Name Mixin selector official bLcog;b:Lcom/mojang/serialization/Codec;intermediary field_29056Lnet/minecraft/class_5872;field_29056:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/carver/CarverDebugConfig;CODEC:Lcom/mojang/serialization/Codec;
-
debugMode
private boolean debugMode- Mappings:
Namespace Name Mixin selector official cLcog;c:Zintermediary field_29057Lnet/minecraft/class_5872;field_29057:Znamed debugModeLnet/minecraft/world/gen/carver/CarverDebugConfig;debugMode:Z
-
debugState
- Mappings:
Namespace Name Mixin selector official dLcog;d:Lcio;intermediary field_29058Lnet/minecraft/class_5872;field_29058:Lnet/minecraft/class_2680;named debugStateLnet/minecraft/world/gen/carver/CarverDebugConfig;debugState:Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
CarverDebugConfig
- Mappings:
Namespace Name Mixin selector official <init>Lcog;<init>(ZLcio;)Vintermediary <init>Lnet/minecraft/class_5872;<init>(ZLnet/minecraft/class_2680;)Vnamed <init>Lnet/minecraft/world/gen/carver/CarverDebugConfig;<init>(ZLnet/minecraft/block/BlockState;)V
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official aLcog;a(ZLcio;)Lcog;intermediary method_33972Lnet/minecraft/class_5872;method_33972(ZLnet/minecraft/class_2680;)Lnet/minecraft/class_5872;named createLnet/minecraft/world/gen/carver/CarverDebugConfig;create(ZLnet/minecraft/block/BlockState;)Lnet/minecraft/world/gen/carver/CarverDebugConfig;
-
isDebugMode
public boolean isDebugMode()- Mappings:
Namespace Name Mixin selector official aLcog;a()Zintermediary method_33970Lnet/minecraft/class_5872;method_33970()Znamed isDebugModeLnet/minecraft/world/gen/carver/CarverDebugConfig;isDebugMode()Z
-
getDebugState
- Mappings:
Namespace Name Mixin selector official bLcog;b()Lcio;intermediary method_33973Lnet/minecraft/class_5872;method_33973()Lnet/minecraft/class_2680;named getDebugStateLnet/minecraft/world/gen/carver/CarverDebugConfig;getDebugState()Lnet/minecraft/block/BlockState;
-