Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.OreConfiguration
Packages that use OreConfiguration
Package
Description
-
Uses of OreConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type OreConfigurationModifier and TypeFieldDescriptionstatic final Feature
<OreConfiguration> Feature.ORE
static final Feature
<OreConfiguration> Feature.SCATTERED_ORE
Methods in net.minecraft.world.level.levelgen.feature with parameters of type OreConfigurationModifier and TypeMethodDescriptionstatic boolean
OreFeature.canPlaceOre
(BlockState state, Function<BlockPos, BlockState> adjacentStateAccessor, RandomSource random, OreConfiguration config, OreConfiguration.TargetBlockState targetState, BlockPos.MutableBlockPos mutablePos) protected boolean
OreFeature.doPlace
(WorldGenLevel level, RandomSource random, OreConfiguration config, double minX, double maxX, double minZ, double maxZ, double minY, double maxY, int x, int y, int z, int width, int height) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type OreConfigurationModifier and TypeMethodDescriptionboolean
OreFeature.place
(FeaturePlaceContext<OreConfiguration> context) Places the given feature at the given location.boolean
ScatteredOreFeature.place
(FeaturePlaceContext<OreConfiguration> context) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type OreConfigurationModifierConstructorDescriptionOreFeature
(com.mojang.serialization.Codec<OreConfiguration> codec) (package private)
ScatteredOreFeature
(com.mojang.serialization.Codec<OreConfiguration> codec) -
Uses of OreConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type OreConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<OreConfiguration> OreConfiguration.CODEC