Package net.minecraft.world.gen.feature
Class NetherForestVegetationFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.BlockPileFeatureConfig
net.minecraft.world.gen.feature.NetherForestVegetationFeatureConfig
- All Implemented Interfaces:
FeatureConfig
- Mappings:
Namespace Name official djp
intermediary net/minecraft/class_6789
named net/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
final int
static final com.mojang.serialization.Codec<NetherForestVegetationFeatureConfig>
Fields inherited from class net.minecraft.world.gen.feature.BlockPileFeatureConfig
CODEC, stateProvider
Fields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT
-
Constructor Summary
ConstructorDescriptionNetherForestVegetationFeatureConfig
(BlockStateProvider stateProvider, int spreadWidth, int spreadHeight) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
getDecoratedFeatures
-
Field Details
-
VEGETATION_CODEC
public static final com.mojang.serialization.Codec<NetherForestVegetationFeatureConfig> VEGETATION_CODEC- Mappings:
Namespace Name Mixin selector official c
Ldjp;c:Lcom/mojang/serialization/Codec;
intermediary field_35707
Lnet/minecraft/class_6789;field_35707:Lcom/mojang/serialization/Codec;
named VEGETATION_CODEC
Lnet/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig;VEGETATION_CODEC:Lcom/mojang/serialization/Codec;
-
spreadWidth
public final int spreadWidth- Mappings:
Namespace Name Mixin selector official d
Ldjp;d:I
intermediary field_35708
Lnet/minecraft/class_6789;field_35708:I
named spreadWidth
Lnet/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig;spreadWidth:I
-
spreadHeight
public final int spreadHeight- Mappings:
Namespace Name Mixin selector official e
Ldjp;e:I
intermediary field_35709
Lnet/minecraft/class_6789;field_35709:I
named spreadHeight
Lnet/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig;spreadHeight:I
-
-
Constructor Details
-
NetherForestVegetationFeatureConfig
public NetherForestVegetationFeatureConfig(BlockStateProvider stateProvider, int spreadWidth, int spreadHeight) - Mappings:
Namespace Name Mixin selector official <init>
Ldjp;<init>(Ldlj;II)V
intermediary <init>
Lnet/minecraft/class_6789;<init>(Lnet/minecraft/class_4651;II)V
named <init>
Lnet/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig;<init>(Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;II)V
-