net.minecraft.world.level.levelgen.structure.pieces

public interface PieceGeneratorSupplier<C extends FeatureConfiguration>

etr
net.minecraft.world.level.levelgen.structure.pieces.PieceGeneratorSupplier
net.minecraft.class_6834

Method summary

Modifier and TypeMethod
Optional<PieceGenerator<C>>
createGenerator(etr$a<C> arg0)
createGenerator(PieceGeneratorSupplier$Context<C> arg0)
static <C extends FeatureConfiguration> PieceGeneratorSupplier<C>
simple(Predicate<etr$a<C>> arg0, etq<C> arg1)
simple(Predicate<PieceGeneratorSupplier$Context<C>> arg0, PieceGenerator<C> arg1)
static <C extends FeatureConfiguration> Predicate<PieceGeneratorSupplier$Context<C>>
checkForBiomeOnTop(eif$a arg0)
checkForBiomeOnTop(Heightmap$Types arg0)