net.minecraft.world.level.levelgen.feature.configurations

public class GrowingPlantConfiguration

implements FeatureConfiguration

cvj
net.minecraft.world.level.levelgen.feature.configurations.GrowingPlantConfiguration
net.minecraft.class_5924
net.minecraft.unmapped.C_lfsgcyzk
net.minecraft.world.gen.feature.GrowingPlantFeatureConfig
net.minecraft.src.C_141382_
net.minecraft.world.level.levelgen.feature.configurations.GrowingPlantConfiguration

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<GrowingPlantConfiguration>
a
CODEC
field_29259
f_sdhpxbvu
CODEC
f_160904_
public final SimpleWeightedRandomList<IntProvider>
b
heightDistribution
field_29260
f_hyqzwmgv
heightDistribution
f_160905_
public final Direction
c
direction
field_29261
f_kxoplxdl
direction
f_160906_
public final BlockStateProvider
d
bodyProvider
field_29262
f_evgohuis
bodyProvider
f_160907_
public final BlockStateProvider
e
headProvider
field_29263
f_ofzwkhbs
headProvider
f_160908_
public final boolean
f
allowWater
field_29264
f_pqhwzacd
allowWater
f_160909_

Constructor summary

ModifierConstructor
public (SimpleWeightedRandomList<IntProvider> heightDistribution, Direction direction, BlockStateProvider bodyProvider, BlockStateProvider headProvider, boolean allowWater)