Uses of Class
net.minecraft.world.gen.feature.OreFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of OreFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as OreFeatureConfig Modifier and Type Field Description static OreFeatureConfigConfiguredFeatures. IRON_CONFIGstatic OreFeatureConfigConfiguredFeatures. REDSTONE_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type OreFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<OreFeatureConfig>OreFeatureConfig. CODECstatic Feature<OreFeatureConfig>Feature. OREstatic Feature<OreFeatureConfig>Feature. SCATTERED_OREMethods in net.minecraft.world.gen.feature with parameters of type OreFeatureConfig Modifier and Type Method Description protected booleanOreFeature. 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 booleanOreFeature. 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 OreFeatureConfig Modifier and Type Method Description booleanOreFeature. generate(FeatureContext<OreFeatureConfig> context)booleanScatteredOreFeature. generate(FeatureContext<OreFeatureConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type OreFeatureConfig Constructor Description OreFeature(com.mojang.serialization.Codec<OreFeatureConfig> configCodec)ScatteredOreFeature(com.mojang.serialization.Codec<OreFeatureConfig> configCodec)