Uses of Class
net.minecraft.world.gen.feature.BlobReplacementConfig
-
Packages that use BlobReplacementConfig Package Description net.minecraft.world.gen.feature net.minecraft.world.gen.feature.structure -
-
Uses of BlobReplacementConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type BlobReplacementConfig Modifier and Type Field Description static com.mojang.serialization.Codec<BlobReplacementConfig>
BlobReplacementConfig. CODEC
static 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 BlobReplacementConfig Modifier and Type Method Description boolean
NetherackBlobReplacementStructure. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.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 BlobReplacementConfig Constructor Description NetherackBlobReplacementStructure(com.mojang.serialization.Codec<BlobReplacementConfig> p_i231982_1_)
-