Uses of Interface
net.minecraft.world.level.levelgen.structure.pieces.PieceGeneratorSupplier
Package
Description
-
Uses of PieceGeneratorSupplier in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionprivate final PieceGeneratorSupplier<C>
StructureFeature.pieceGenerator
ModifierConstructorDescriptionStructureFeature
(com.mojang.serialization.Codec<C> p_197165_, PieceGeneratorSupplier<C> p_197166_) StructureFeature
(com.mojang.serialization.Codec<C> p_197168_, PieceGeneratorSupplier<C> p_197169_, PostPlacementProcessor p_197170_) -
Uses of PieceGeneratorSupplier in net.minecraft.world.level.levelgen.structure.pieces
Modifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
PieceGeneratorSupplier<C>PieceGeneratorSupplier.simple
(Predicate<PieceGeneratorSupplier.Context<C>> p_197350_, PieceGenerator<C> p_197351_)