Uses of Record Class
net.minecraft.world.level.levelgen.structure.pieces.PieceGeneratorSupplier.Context
Packages that use PieceGeneratorSupplier.Context
- 
Uses of PieceGeneratorSupplier.Context in net.minecraft.world.level.levelgen.structure.piecesMethods in net.minecraft.world.level.levelgen.structure.pieces that return types with arguments of type PieceGeneratorSupplier.ContextModifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
 Predicate<PieceGeneratorSupplier.Context<C>>PieceGeneratorSupplier.checkForBiomeOnTop(Heightmap.Types p_197346_) Methods in net.minecraft.world.level.levelgen.structure.pieces with parameters of type PieceGeneratorSupplier.ContextModifier and TypeMethodDescriptionPieceGeneratorSupplier.createGenerator(PieceGeneratorSupplier.Context<C> p_197348_) Method parameters in net.minecraft.world.level.levelgen.structure.pieces with type arguments of type PieceGeneratorSupplier.ContextModifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
 PieceGeneratorSupplier<C>PieceGeneratorSupplier.simple(Predicate<PieceGeneratorSupplier.Context<C>> p_197350_, PieceGenerator<C> p_197351_)