Class CarverDebugConfig

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

public class CarverDebugConfig extends Object
Mappings:
Namespace Name
official cpx
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 Lcpx;a:Lcpx;
      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 Lcpx;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 Lcpx;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 Lcpx;d:Lcjz;
      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;
    • field_33611

      private final BlockState field_33611
      Mappings:
      Namespace Name Mixin selector
      official e Lcpx;e:Lcjz;
      intermediary field_33611 Lnet/minecraft/class_5872;field_33611:Lnet/minecraft/class_2680;
      named field_33611 Lnet/minecraft/world/gen/carver/CarverDebugConfig;field_33611:Lnet/minecraft/block/BlockState;
    • field_33612

      private final BlockState field_33612
      Mappings:
      Namespace Name Mixin selector
      official f Lcpx;f:Lcjz;
      intermediary field_33612 Lnet/minecraft/class_5872;field_33612:Lnet/minecraft/class_2680;
      named field_33612 Lnet/minecraft/world/gen/carver/CarverDebugConfig;field_33612:Lnet/minecraft/block/BlockState;
    • field_33613

      private final BlockState field_33613
      Mappings:
      Namespace Name Mixin selector
      official g Lcpx;g:Lcjz;
      intermediary field_33613 Lnet/minecraft/class_5872;field_33613:Lnet/minecraft/class_2680;
      named field_33613 Lnet/minecraft/world/gen/carver/CarverDebugConfig;field_33613:Lnet/minecraft/block/BlockState;
  • Constructor Details

    • CarverDebugConfig

      private CarverDebugConfig(boolean debugMode, BlockState debugState, BlockState blockState, BlockState blockState2, BlockState blockState3)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcpx;<init>(ZLcjz;Lcjz;Lcjz;Lcjz;)V
      intermediary <init> Lnet/minecraft/class_5872;<init>(ZLnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)V
      named <init> Lnet/minecraft/world/gen/carver/CarverDebugConfig;<init>(ZLnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V
  • Method Details

    • method_36413

      public static CarverDebugConfig method_36413(boolean bool, BlockState blockState, BlockState blockState2, BlockState blockState3, BlockState blockState4)
      Mappings:
      Namespace Name Mixin selector
      official a Lcpx;a(ZLcjz;Lcjz;Lcjz;Lcjz;)Lcpx;
      intermediary method_36413 Lnet/minecraft/class_5872;method_36413(ZLnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)Lnet/minecraft/class_5872;
      named method_36413 Lnet/minecraft/world/gen/carver/CarverDebugConfig;method_36413(ZLnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)Lnet/minecraft/world/gen/carver/CarverDebugConfig;
    • method_36412

      public static CarverDebugConfig method_36412(BlockState blockState, BlockState blockState2, BlockState blockState3, BlockState blockState4)
      Mappings:
      Namespace Name Mixin selector
      official a Lcpx;a(Lcjz;Lcjz;Lcjz;Lcjz;)Lcpx;
      intermediary method_36412 Lnet/minecraft/class_5872;method_36412(Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)Lnet/minecraft/class_5872;
      named method_36412 Lnet/minecraft/world/gen/carver/CarverDebugConfig;method_36412(Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)Lnet/minecraft/world/gen/carver/CarverDebugConfig;
    • create

      public static CarverDebugConfig create(boolean debugMode, BlockState debugState)
      Mappings:
      Namespace Name Mixin selector
      official a Lcpx;a(ZLcjz;)Lcpx;
      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 Lcpx;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 Lcpx;b()Lcjz;
      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;
    • method_36414

      public BlockState method_36414()
      Mappings:
      Namespace Name Mixin selector
      official c Lcpx;c()Lcjz;
      intermediary method_36414 Lnet/minecraft/class_5872;method_36414()Lnet/minecraft/class_2680;
      named method_36414 Lnet/minecraft/world/gen/carver/CarverDebugConfig;method_36414()Lnet/minecraft/block/BlockState;
    • method_36415

      public BlockState method_36415()
      Mappings:
      Namespace Name Mixin selector
      official d Lcpx;d()Lcjz;
      intermediary method_36415 Lnet/minecraft/class_5872;method_36415()Lnet/minecraft/class_2680;
      named method_36415 Lnet/minecraft/world/gen/carver/CarverDebugConfig;method_36415()Lnet/minecraft/block/BlockState;
    • method_36416

      public BlockState method_36416()
      Mappings:
      Namespace Name Mixin selector
      official e Lcpx;e()Lcjz;
      intermediary method_36416 Lnet/minecraft/class_5872;method_36416()Lnet/minecraft/class_2680;
      named method_36416 Lnet/minecraft/world/gen/carver/CarverDebugConfig;method_36416()Lnet/minecraft/block/BlockState;