Class NetherForestVegetationConfig
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.BlockPileConfiguration
net.minecraft.world.level.levelgen.feature.configurations.NetherForestVegetationConfig
- All Implemented Interfaces:
FeatureConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NetherForestVegetationConfig>final intfinal intFields inherited from class net.minecraft.world.level.levelgen.feature.configurations.BlockPileConfiguration
stateProviderFields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE -
Constructor Summary
ConstructorsConstructorDescriptionNetherForestVegetationConfig(BlockStateProvider p_191263_, int p_191264_, int p_191265_) -
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.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
spreadWidth
public final int spreadWidth -
spreadHeight
public final int spreadHeight
-
-
Constructor Details
-
NetherForestVegetationConfig
-