Uses of Class
net.minecraft.world.gen.feature.BlobReplacementConfig
Packages that use BlobReplacementConfig
-
Uses of BlobReplacementConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type BlobReplacementConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlobReplacementConfig>
BlobReplacementConfig.CODEC
static final Feature<BlobReplacementConfig>
Feature.REPLACE_BLOBS
-
Uses of BlobReplacementConfig in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure with parameters of type BlobReplacementConfigModifier and TypeMethodDescriptionboolean
NetherackBlobReplacementStructure.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlobReplacementConfig p_241855_5_) Constructor parameters in net.minecraft.world.gen.feature.structure with type arguments of type BlobReplacementConfigModifierConstructorDescriptionNetherackBlobReplacementStructure
(com.mojang.serialization.Codec<BlobReplacementConfig> p_i231982_1_)