Uses of Record Class
net.minecraft.world.level.levelgen.structure.pieces.PieceGeneratorSupplier.Context
Package
Description
-
Uses of PieceGeneratorSupplier.Context in net.minecraft.world.level.levelgen.feature
Modifier and TypeMethodDescriptionprivate static boolean
BuriedTreasureFeature.checkLocation
(PieceGeneratorSupplier.Context<ProbabilityFeatureConfiguration> p_197073_) private static <C extends FeatureConfiguration>
booleanDesertPyramidFeature.checkLocation
(PieceGeneratorSupplier.Context<C> p_197078_) private static <C extends FeatureConfiguration>
booleanJunglePyramidFeature.checkLocation
(PieceGeneratorSupplier.Context<C> p_197104_) private static boolean
MineshaftFeature.checkLocation
(PieceGeneratorSupplier.Context<MineshaftConfiguration> p_197122_) private static boolean
NetherFortressFeature.checkLocation
(PieceGeneratorSupplier.Context<NoneFeatureConfiguration> p_197127_) private static boolean
OceanMonumentFeature.checkLocation
(PieceGeneratorSupplier.Context<NoneFeatureConfiguration> p_197132_) private static boolean
PillagerOutpostFeature.checkLocation
(PieceGeneratorSupplier.Context<JigsawConfiguration> p_197134_) private static boolean
ShipwreckFeature.checkLocation
(PieceGeneratorSupplier.Context<ShipwreckConfiguration> p_197155_) private static boolean
StrongholdFeature.checkLocation
(PieceGeneratorSupplier.Context<NoneFeatureConfiguration> p_197160_) private 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_) ModifierConstructorDescriptionJigsawFeature
(com.mojang.serialization.Codec<JigsawConfiguration> p_197092_, int p_197093_, boolean p_197094_, boolean p_197095_, Predicate<PieceGeneratorSupplier.Context<JigsawConfiguration>> p_197096_) -
Uses of PieceGeneratorSupplier.Context in net.minecraft.world.level.levelgen.structure
Modifier and TypeMethodDescriptionprivate static Optional<PieceGenerator<RangeConfiguration>>
NetherFossilFeature.pieceGeneratorSupplier
(PieceGeneratorSupplier.Context<RangeConfiguration> p_197218_) -
Uses of PieceGeneratorSupplier.Context in net.minecraft.world.level.levelgen.structure.pieces
Modifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
Predicate<PieceGeneratorSupplier.Context<C>>PieceGeneratorSupplier.checkForBiomeOnTop
(Heightmap.Types p_197346_) Modifier and TypeMethodDescriptionPieceGeneratorSupplier.createGenerator
(PieceGeneratorSupplier.Context<C> p_197348_) Modifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
PieceGeneratorSupplier<C>PieceGeneratorSupplier.simple
(Predicate<PieceGeneratorSupplier.Context<C>> p_197350_, PieceGenerator<C> p_197351_) -
Uses of PieceGeneratorSupplier.Context in net.minecraft.world.level.levelgen.structure.pools
Modifier 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_)