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