Uses of Class
net.minecraft.world.gen.feature.ReplaceBlobsFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of ReplaceBlobsFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type ReplaceBlobsFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<ReplaceBlobsFeatureConfig>
ReplaceBlobsFeatureConfig. CODEC
static Feature<ReplaceBlobsFeatureConfig>
Feature. NETHERRACK_REPLACE_BLOBS
Method parameters in net.minecraft.world.gen.feature with type arguments of type ReplaceBlobsFeatureConfig Modifier and Type Method Description boolean
ReplaceBlobsFeature. generate(FeatureContext<ReplaceBlobsFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type ReplaceBlobsFeatureConfig Constructor Description ReplaceBlobsFeature(com.mojang.serialization.Codec<ReplaceBlobsFeatureConfig> configCodec)