Uses of Class
net.minecraft.world.gen.feature.OreFeatureConfig
-
Uses of OreFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic OreFeatureConfig
ConfiguredFeatures.IRON_CONFIG
static OreFeatureConfig
ConfiguredFeatures.REDSTONE_CONFIG
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<OreFeatureConfig>
OreFeatureConfig.CODEC
static Feature<OreFeatureConfig>
Feature.ORE
static Feature<OreFeatureConfig>
Feature.SCATTERED_ORE
Modifier and TypeMethodDescriptionprotected boolean
OreFeature.generateVeinPart(WorldAccess 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)
Modifier and TypeMethodDescriptionboolean
OreFeature.generate(FeatureContext<OreFeatureConfig> context)
boolean
ScatteredOreFeature.generate(FeatureContext<OreFeatureConfig> context)
ModifierConstructorDescriptionOreFeature(com.mojang.serialization.Codec<OreFeatureConfig> configCodec)
(package private)
ScatteredOreFeature(com.mojang.serialization.Codec<OreFeatureConfig> configCodec)