Class CarverDebugConfig

java.lang.Object
net.minecraft.world.gen.carver.CarverDebugConfig

public class CarverDebugConfig extends Object
Mappings:
Namespace Name
official cps
intermediary net/minecraft/class_5872
named net/minecraft/world/gen/carver/CarverDebugConfig
  • Field Details

    • DEFAULT

      public static final CarverDebugConfig DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Lcps;a:Lcps;
      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

      public static final com.mojang.serialization.Codec<CarverDebugConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcps;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 Lcps;c:Z
      intermediary field_29057 Lnet/minecraft/class_5872;field_29057:Z
      named debugMode Lnet/minecraft/world/gen/carver/CarverDebugConfig;debugMode:Z
    • debugState

      private final BlockState debugState
      Mappings:
      Namespace Name Mixin selector
      official d Lcps;d:Lcjx;
      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

      private CarverDebugConfig(boolean debugMode, BlockState debugState)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcps;<init>(ZLcjx;)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

      public static CarverDebugConfig create(boolean debugMode, BlockState debugState)
      Mappings:
      Namespace Name Mixin selector
      official a Lcps;a(ZLcjx;)Lcps;
      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 Lcps;a()Z
      intermediary method_33970 Lnet/minecraft/class_5872;method_33970()Z
      named isDebugMode Lnet/minecraft/world/gen/carver/CarverDebugConfig;isDebugMode()Z
    • getDebugState

      public BlockState getDebugState()
      Mappings:
      Namespace Name Mixin selector
      official b Lcps;b()Lcjx;
      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;