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
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NetherForestVegetationConfig>
final int
final int
Fields inherited from class net.minecraft.world.level.levelgen.feature.configurations.BlockPileConfiguration
stateProvider
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorDescriptionNetherForestVegetationConfig
(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, wait
Methods 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
-