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 cpl
intermediary net/minecraft/class_5872
named net/minecraft/world/gen/carver/CarverDebugConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<CarverDebugConfig>
CODEC
private boolean
debugMode
private BlockState
debugState
static CarverDebugConfig
DEFAULT
-
Constructor Summary
Constructors Modifier Constructor Description private
CarverDebugConfig(boolean debugMode, BlockState debugState)
-
Method Summary
Modifier and Type Method Description static CarverDebugConfig
create(boolean debugMode, BlockState debugState)
BlockState
getDebugState()
boolean
isDebugMode()
-
Field Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official a
Lcpl;a:Lcpl;
intermediary field_29055
Lnet/minecraft/class_5872;field_29055:Lnet/minecraft/class_5872;
named DEFAULT
Lnet/minecraft/world/gen/carver/CarverDebugConfig;DEFAULT:Lnet/minecraft/world/gen/carver/CarverDebugConfig;
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lcpl;b:Lcom/mojang/serialization/Codec;
intermediary field_29056
Lnet/minecraft/class_5872;field_29056:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/carver/CarverDebugConfig;CODEC:Lcom/mojang/serialization/Codec;
-
debugMode
private boolean debugMode- Mappings:
Namespace Name Mixin selector official c
Lcpl;c:Z
intermediary field_29057
Lnet/minecraft/class_5872;field_29057:Z
named debugMode
Lnet/minecraft/world/gen/carver/CarverDebugConfig;debugMode:Z
-
debugState
- Mappings:
Namespace Name Mixin selector official d
Lcpl;d:Lcjr;
intermediary field_29058
Lnet/minecraft/class_5872;field_29058:Lnet/minecraft/class_2680;
named debugState
Lnet/minecraft/world/gen/carver/CarverDebugConfig;debugState:Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
CarverDebugConfig
- Mappings:
Namespace Name Mixin selector official <init>
Lcpl;<init>(ZLcjr;)V
intermediary <init>
Lnet/minecraft/class_5872;<init>(ZLnet/minecraft/class_2680;)V
named <init>
Lnet/minecraft/world/gen/carver/CarverDebugConfig;<init>(ZLnet/minecraft/block/BlockState;)V
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official a
Lcpl;a(ZLcjr;)Lcpl;
intermediary method_33972
Lnet/minecraft/class_5872;method_33972(ZLnet/minecraft/class_2680;)Lnet/minecraft/class_5872;
named create
Lnet/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 a
Lcpl;a()Z
intermediary method_33970
Lnet/minecraft/class_5872;method_33970()Z
named isDebugMode
Lnet/minecraft/world/gen/carver/CarverDebugConfig;isDebugMode()Z
-
getDebugState
- Mappings:
Namespace Name Mixin selector official b
Lcpl;b()Lcjr;
intermediary method_33973
Lnet/minecraft/class_5872;method_33973()Lnet/minecraft/class_2680;
named getDebugState
Lnet/minecraft/world/gen/carver/CarverDebugConfig;getDebugState()Lnet/minecraft/block/BlockState;
-