Uses of Class
net.minecraft.world.gen.feature.OreFeatureConfig
Packages that use OreFeatureConfig
-
Uses of OreFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type OreFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<OreFeatureConfig> OreFeatureConfig.CODEC
static final Feature
<OreFeatureConfig> Feature.ORE
static final Feature
<OreFeatureConfig> Feature.SCATTERED_ORE
Methods in net.minecraft.world.gen.feature with parameters of type OreFeatureConfigModifier and TypeMethodDescriptionprotected boolean
OreFeature.generateVeinPart
(StructureWorldAccess world, Random random, OreFeatureConfig config, double startX, double endX, double startZ, double endZ, double startY, double endY, int x, int y, int z, int horizontalSize, int verticalSize) static boolean
OreFeature.shouldPlace
(BlockState state, Function<BlockPos, BlockState> posToState, Random random, OreFeatureConfig config, OreFeatureConfig.Target target, BlockPos.Mutable pos) Method parameters in net.minecraft.world.gen.feature with type arguments of type OreFeatureConfigModifier and TypeMethodDescriptionboolean
OreFeature.generate
(FeatureContext<OreFeatureConfig> context) boolean
ScatteredOreFeature.generate
(FeatureContext<OreFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type OreFeatureConfigModifierConstructorDescriptionOreFeature
(com.mojang.serialization.Codec<OreFeatureConfig> configCodec) (package private)
ScatteredOreFeature
(com.mojang.serialization.Codec<OreFeatureConfig> configCodec)