Uses of Class
net.minecraft.world.gen.feature.SphereReplaceConfig
-
Packages that use SphereReplaceConfig Package Description net.minecraft.world.gen.feature -
-
Uses of SphereReplaceConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SphereReplaceConfig Modifier and Type Field Description static com.mojang.serialization.Codec<SphereReplaceConfig>SphereReplaceConfig. CODECstatic Feature<SphereReplaceConfig>Feature. DISKstatic Feature<SphereReplaceConfig>Feature. ICE_PATCHMethods in net.minecraft.world.gen.feature with parameters of type SphereReplaceConfig Modifier and Type Method Description booleanAbstractSphereReplaceConfig. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, SphereReplaceConfig p_241855_5_)booleanIcePathFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, SphereReplaceConfig p_241855_5_)booleanSphereReplaceFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, SphereReplaceConfig p_241855_5_)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SphereReplaceConfig Constructor Description AbstractSphereReplaceConfig(com.mojang.serialization.Codec<SphereReplaceConfig> p_i241977_1_)IcePathFeature(com.mojang.serialization.Codec<SphereReplaceConfig> p_i231961_1_)SphereReplaceFeature(com.mojang.serialization.Codec<SphereReplaceConfig> p_i231949_1_)
-