Interface PieceGeneratorSupplier<C extends FeatureConfiguration>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final record
- 
Method SummaryModifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
 Predicate<PieceGeneratorSupplier.Context<C>>checkForBiomeOnTop(Heightmap.Types p_197346_) createGenerator(PieceGeneratorSupplier.Context<C> p_197348_) static <C extends FeatureConfiguration>
 PieceGeneratorSupplier<C>simple(Predicate<PieceGeneratorSupplier.Context<C>> p_197350_, PieceGenerator<C> p_197351_) 
- 
Method Details- 
createGenerator
- 
simplestatic <C extends FeatureConfiguration> PieceGeneratorSupplier<C> simple(Predicate<PieceGeneratorSupplier.Context<C>> p_197350_, PieceGenerator<C> p_197351_) 
- 
checkForBiomeOnTopstatic <C extends FeatureConfiguration> Predicate<PieceGeneratorSupplier.Context<C>> checkForBiomeOnTop(Heightmap.Types p_197346_) 
 
-