Uses of Interface
net.minecraft.world.level.levelgen.structure.pieces.PieceGenerator
Packages that use PieceGenerator
Package
Description
-
Uses of PieceGenerator in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature that return types with arguments of type PieceGeneratorModifier and TypeMethodDescriptionprivate static Optional<PieceGenerator<NoneFeatureConfiguration>>
EndCityFeature.pieceGeneratorSupplier
(PieceGeneratorSupplier.Context<NoneFeatureConfiguration> p_197083_) private static Optional<PieceGenerator<RuinedPortalConfiguration>>
RuinedPortalFeature.pieceGeneratorSupplier
(PieceGeneratorSupplier.Context<RuinedPortalConfiguration> p_197153_) private static Optional<PieceGenerator<NoneFeatureConfiguration>>
WoodlandMansionFeature.pieceGeneratorSupplier
(PieceGeneratorSupplier.Context<NoneFeatureConfiguration> p_197187_) -
Uses of PieceGenerator in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure that return types with arguments of type PieceGeneratorModifier and TypeMethodDescriptionprivate static Optional<PieceGenerator<RangeConfiguration>>
NetherFossilFeature.pieceGeneratorSupplier
(PieceGeneratorSupplier.Context<RangeConfiguration> p_197218_) -
Uses of PieceGenerator in net.minecraft.world.level.levelgen.structure.pieces
Methods in net.minecraft.world.level.levelgen.structure.pieces that return types with arguments of type PieceGeneratorModifier and TypeMethodDescriptionPieceGeneratorSupplier.createGenerator
(PieceGeneratorSupplier.Context<C> p_197348_) Methods in net.minecraft.world.level.levelgen.structure.pieces with parameters of type PieceGeneratorModifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
PieceGeneratorSupplier<C>PieceGeneratorSupplier.simple
(Predicate<PieceGeneratorSupplier.Context<C>> p_197350_, PieceGenerator<C> p_197351_) -
Uses of PieceGenerator in net.minecraft.world.level.levelgen.structure.pools
Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type PieceGeneratorModifier and TypeMethodDescriptionstatic Optional<PieceGenerator<JigsawConfiguration>>
JigsawPlacement.addPieces
(PieceGeneratorSupplier.Context<JigsawConfiguration> p_210285_, JigsawPlacement.PieceFactory p_210286_, BlockPos p_210287_, boolean p_210288_, boolean p_210289_)