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 - dmy- intermediary - net/minecraft/class_6789- named - net/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal intfinal intstatic final com.mojang.serialization.Codec<NetherForestVegetationFeatureConfig>Fields inherited from class net.minecraft.world.gen.feature.BlockPileFeatureConfigCODEC, stateProviderFields inherited from interface net.minecraft.world.gen.feature.FeatureConfigDEFAULT
- 
Constructor SummaryConstructorsConstructorDescriptionNetherForestVegetationFeatureConfig(BlockStateProvider stateProvider, int spreadWidth, int spreadHeight) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfiggetDecoratedFeatures
- 
Field Details- 
VEGETATION_CODECpublic static final com.mojang.serialization.Codec<NetherForestVegetationFeatureConfig> VEGETATION_CODEC- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldmy;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;
 
- 
spreadWidthpublic final int spreadWidth- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldmy;d:I- intermediary - field_35708- Lnet/minecraft/class_6789;field_35708:I- named - spreadWidth- Lnet/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig;spreadWidth:I
 
- 
spreadHeightpublic final int spreadHeight- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldmy;e:I- intermediary - field_35709- Lnet/minecraft/class_6789;field_35709:I- named - spreadHeight- Lnet/minecraft/world/gen/feature/NetherForestVegetationFeatureConfig;spreadHeight:I
 
 
- 
- 
Constructor Details- 
NetherForestVegetationFeatureConfigpublic NetherForestVegetationFeatureConfig(BlockStateProvider stateProvider, int spreadWidth, int spreadHeight) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldmy;<init>(Ldot;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
 
 
-