Package net.minecraft.world.gen.feature
Class SculkPatchFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.SculkPatchFeatureConfig
- All Implemented Interfaces:
FeatureConfig
- Mappings:
Namespace Name official dbqintermediary net/minecraft/class_7007named net/minecraft/world/gen/feature/SculkPatchFeatureConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SculkPatchFeatureConfig>final BlockStateProviderfinal floatfinal Supplier<ConfiguredFeature<?,?>> final Identifierfinal VerticalSurfaceTypefinal intfinal IntProviderFields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionSculkPatchFeatureConfig(Identifier replaceable, BlockStateProvider groundState, Supplier<ConfiguredFeature<?, ?>> growthFeature, float growthChance, VerticalSurfaceType surface, int verticalRange, IntProvider xzRadius) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
getDecoratedFeatures
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLdbq;a:Lcom/mojang/serialization/Codec;intermediary field_36924Lnet/minecraft/class_7007;field_36924:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;CODEC:Lcom/mojang/serialization/Codec;
-
replaceable
- Mappings:
Namespace Name Mixin selector official bLdbq;b:Lyo;intermediary field_36925Lnet/minecraft/class_7007;field_36925:Lnet/minecraft/class_2960;named replaceableLnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;replaceable:Lnet/minecraft/util/Identifier;
-
groundState
- Mappings:
Namespace Name Mixin selector official cLdbq;c:Ldcw;intermediary field_36926Lnet/minecraft/class_7007;field_36926:Lnet/minecraft/class_4651;named groundStateLnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;groundState:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
growthFeature
- Mappings:
Namespace Name Mixin selector official dLdbq;d:Ljava/util/function/Supplier;intermediary field_36927Lnet/minecraft/class_7007;field_36927:Ljava/util/function/Supplier;named growthFeatureLnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;growthFeature:Ljava/util/function/Supplier;
-
growthChance
public final float growthChance- Mappings:
Namespace Name Mixin selector official eLdbq;e:Fintermediary field_36928Lnet/minecraft/class_7007;field_36928:Fnamed growthChanceLnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;growthChance:F
-
surface
- Mappings:
Namespace Name Mixin selector official fLdbq;f:Ldfd;intermediary field_36929Lnet/minecraft/class_7007;field_36929:Lnet/minecraft/class_5932;named surfaceLnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;surface:Lnet/minecraft/util/math/VerticalSurfaceType;
-
verticalRange
public final int verticalRange- Mappings:
Namespace Name Mixin selector official gLdbq;g:Iintermediary field_36930Lnet/minecraft/class_7007;field_36930:Inamed verticalRangeLnet/minecraft/world/gen/feature/SculkPatchFeatureConfig;verticalRange:I
-
xzRadius
- Mappings:
Namespace Name Mixin selector official hLdbq;h:Lavh;intermediary field_36931Lnet/minecraft/class_7007;field_36931:Lnet/minecraft/class_6017;named xzRadiusLnet/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;)Vintermediary <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;)Vnamed <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
-