Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RangeConfiguration
Packages that use RangeConfiguration
Package
Description
-
Uses of RangeConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type RangeConfigurationModifier and TypeFieldDescriptionstatic final StructureFeature<RangeConfiguration>
StructureFeature.NETHER_FOSSIL
-
Uses of RangeConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type RangeConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RangeConfiguration>
RangeConfiguration.CODEC
-
Uses of RangeConfiguration in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure that return types with arguments of type RangeConfigurationModifier and TypeMethodDescriptionprivate static Optional<PieceGenerator<RangeConfiguration>>
NetherFossilFeature.pieceGeneratorSupplier
(PieceGeneratorSupplier.Context<RangeConfiguration> p_197218_) Method parameters in net.minecraft.world.level.levelgen.structure with type arguments of type RangeConfigurationModifier and TypeMethodDescriptionprivate static Optional<PieceGenerator<RangeConfiguration>>
NetherFossilFeature.pieceGeneratorSupplier
(PieceGeneratorSupplier.Context<RangeConfiguration> p_197218_) Constructor parameters in net.minecraft.world.level.levelgen.structure with type arguments of type RangeConfigurationModifierConstructorDescriptionNetherFossilFeature
(com.mojang.serialization.Codec<RangeConfiguration> p_72031_)