Class SculkPatchFeatureConfig

java.lang.Object
net.minecraft.world.gen.feature.SculkPatchFeatureConfig
All Implemented Interfaces:
FeatureConfig

public class SculkPatchFeatureConfig extends Object implements FeatureConfig
Mappings:
Namespace Name
official dbq
intermediary net/minecraft/class_7007
named net/minecraft/world/gen/feature/SculkPatchFeatureConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<SculkPatchFeatureConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldbq;a:Lcom/mojang/serialization/Codec;
      intermediary field_36924 Lnet/minecraft/class_7007;field_36924:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;CODEC:Lcom/mojang/serialization/Codec;
    • replaceable

      public final Identifier replaceable
      Mappings:
      Namespace Name Mixin selector
      official b Ldbq;b:Lyo;
      intermediary field_36925 Lnet/minecraft/class_7007;field_36925:Lnet/minecraft/class_2960;
      named replaceable Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;replaceable:Lnet/minecraft/util/Identifier;
    • groundState

      public final BlockStateProvider groundState
      Mappings:
      Namespace Name Mixin selector
      official c Ldbq;c:Ldcw;
      intermediary field_36926 Lnet/minecraft/class_7007;field_36926:Lnet/minecraft/class_4651;
      named groundState Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;groundState:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
    • growthFeature

      public final Supplier<ConfiguredFeature<?,?>> growthFeature
      Mappings:
      Namespace Name Mixin selector
      official d Ldbq;d:Ljava/util/function/Supplier;
      intermediary field_36927 Lnet/minecraft/class_7007;field_36927:Ljava/util/function/Supplier;
      named growthFeature Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;growthFeature:Ljava/util/function/Supplier;
    • growthChance

      public final float growthChance
      Mappings:
      Namespace Name Mixin selector
      official e Ldbq;e:F
      intermediary field_36928 Lnet/minecraft/class_7007;field_36928:F
      named growthChance Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;growthChance:F
    • surface

      public final VerticalSurfaceType surface
      Mappings:
      Namespace Name Mixin selector
      official f Ldbq;f:Ldfd;
      intermediary field_36929 Lnet/minecraft/class_7007;field_36929:Lnet/minecraft/class_5932;
      named surface Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;surface:Lnet/minecraft/util/math/VerticalSurfaceType;
    • verticalRange

      public final int verticalRange
      Mappings:
      Namespace Name Mixin selector
      official g Ldbq;g:I
      intermediary field_36930 Lnet/minecraft/class_7007;field_36930:I
      named verticalRange Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;verticalRange:I
    • xzRadius

      public final IntProvider xzRadius
      Mappings:
      Namespace Name Mixin selector
      official h Ldbq;h:Lavh;
      intermediary field_36931 Lnet/minecraft/class_7007;field_36931:Lnet/minecraft/class_6017;
      named xzRadius Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;xzRadius:Lnet/minecraft/util/math/intprovider/IntProvider;
  • Constructor Details

    • SculkPatchFeatureConfig

      public SculkPatchFeatureConfig(Identifier replaceable, BlockStateProvider groundState, Supplier<ConfiguredFeature<?,?>> growthFeature, float growthChance, VerticalSurfaceType surface, int verticalRange, IntProvider xzRadius)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldbq;<init>(Lyo;Ldcw;Ljava/util/function/Supplier;FLdfd;ILavh;)V
      intermediary <init> Lnet/minecraft/class_7007;<init>(Lnet/minecraft/class_2960;Lnet/minecraft/class_4651;Ljava/util/function/Supplier;FLnet/minecraft/class_5932;ILnet/minecraft/class_6017;)V
      named <init> Lnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;Ljava/util/function/Supplier;FLnet/minecraft/util/math/VerticalSurfaceType;ILnet/minecraft/util/math/intprovider/IntProvider;)V