Uses of Class
net.minecraft.world.gen.feature.OreFeatureConfig
-
Packages that use OreFeatureConfig Package Description net.minecraft.world.gen.feature -
-
Uses of OreFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type OreFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<OreFeatureConfig>
OreFeatureConfig. CODEC
static Feature<OreFeatureConfig>
Feature. NO_SURFACE_ORE
static Feature<OreFeatureConfig>
Feature. ORE
Methods in net.minecraft.world.gen.feature with parameters of type OreFeatureConfig Modifier and Type Method Description protected boolean
OreFeature. doPlace(IWorld p_207803_1_, java.util.Random p_207803_2_, OreFeatureConfig p_207803_3_, double p_207803_4_, double p_207803_6_, double p_207803_8_, double p_207803_10_, double p_207803_12_, double p_207803_14_, int p_207803_16_, int p_207803_17_, int p_207803_18_, int p_207803_19_, int p_207803_20_)
boolean
NoExposedOreFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, OreFeatureConfig p_241855_5_)
boolean
OreFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, OreFeatureConfig p_241855_5_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type OreFeatureConfig Constructor Description NoExposedOreFeature(com.mojang.serialization.Codec<OreFeatureConfig> p_i231974_1_)
OreFeature(com.mojang.serialization.Codec<OreFeatureConfig> p_i231976_1_)
-