Class CaveSurfaceDecoratorConfig

java.lang.Object
net.minecraft.world.gen.decorator.CaveSurfaceDecoratorConfig
All Implemented Interfaces:
DecoratorConfig

public class CaveSurfaceDecoratorConfig extends Object implements DecoratorConfig
Mappings:
Namespace Name
official czj
intermediary net/minecraft/class_5931
named net/minecraft/world/gen/decorator/CaveSurfaceDecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<CaveSurfaceDecoratorConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lczj;a:Lcom/mojang/serialization/Codec;
      intermediary field_29310 Lnet/minecraft/class_5931;field_29310:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/decorator/CaveSurfaceDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
    • surface

      public final VerticalSurfaceType surface
      Mappings:
      Namespace Name Mixin selector
      official c Lczj;c:Lczk;
      intermediary field_29311 Lnet/minecraft/class_5931;field_29311:Lnet/minecraft/class_5932;
      named surface Lnet/minecraft/world/gen/decorator/CaveSurfaceDecoratorConfig;surface:Lnet/minecraft/util/math/VerticalSurfaceType;
    • searchRange

      public final int searchRange
      Mappings:
      Namespace Name Mixin selector
      official d Lczj;d:I
      intermediary field_29312 Lnet/minecraft/class_5931;field_29312:I
      named searchRange Lnet/minecraft/world/gen/decorator/CaveSurfaceDecoratorConfig;searchRange:I
  • Constructor Details

    • CaveSurfaceDecoratorConfig

      public CaveSurfaceDecoratorConfig(VerticalSurfaceType surface, int searchRange)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczj;<init>(Lczk;I)V
      intermediary <init> Lnet/minecraft/class_5931;<init>(Lnet/minecraft/class_5932;I)V
      named <init> Lnet/minecraft/world/gen/decorator/CaveSurfaceDecoratorConfig;<init>(Lnet/minecraft/util/math/VerticalSurfaceType;I)V