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.CODEC
static final Feature<SphereReplaceConfig>
Feature.DISK
static final Feature<SphereReplaceConfig>
Feature.ICE_PATCH
Methods in net.minecraft.world.gen.feature with parameters of type SphereReplaceConfigModifier and TypeMethodDescriptionboolean
AbstractSphereReplaceConfig.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, SphereReplaceConfig p_241855_5_) boolean
IcePathFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, SphereReplaceConfig p_241855_5_) boolean
SphereReplaceFeature.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_)