Uses of Class
net.minecraft.world.gen.feature.SphereReplaceConfig
Packages that use SphereReplaceConfig
-
Uses of SphereReplaceConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SphereReplaceConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SphereReplaceConfig>SphereReplaceConfig.CODECstatic final Feature<SphereReplaceConfig>Feature.DISKstatic final Feature<SphereReplaceConfig>Feature.ICE_PATCHMethods in net.minecraft.world.gen.feature with parameters of type SphereReplaceConfigModifier and TypeMethodDescriptionbooleanAbstractSphereReplaceConfig.place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, SphereReplaceConfig p_241855_5_) booleanIcePathFeature.place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, SphereReplaceConfig p_241855_5_) booleanSphereReplaceFeature.place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, 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 SphereReplaceConfigModifierConstructorDescriptionAbstractSphereReplaceConfig(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_)