Uses of Class
net.minecraft.world.gen.feature.LargeDripstoneFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of LargeDripstoneFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type LargeDripstoneFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<LargeDripstoneFeatureConfig>
LargeDripstoneFeatureConfig. CODEC
static Feature<LargeDripstoneFeatureConfig>
Feature. LARGE_DRIPSTONE
Methods in net.minecraft.world.gen.feature with parameters of type LargeDripstoneFeatureConfig Modifier and Type Method Description private boolean
LargeDripstoneFeature.DripstoneGenerator. generateWind(LargeDripstoneFeatureConfig config)
Method parameters in net.minecraft.world.gen.feature with type arguments of type LargeDripstoneFeatureConfig Modifier and Type Method Description boolean
LargeDripstoneFeature. generate(FeatureContext<LargeDripstoneFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type LargeDripstoneFeatureConfig Constructor Description LargeDripstoneFeature(com.mojang.serialization.Codec<LargeDripstoneFeatureConfig> configCodec)