Uses of Record Class
net.minecraft.world.level.levelgen.structure.pieces.PieceGeneratorSupplier.Context
Packages that use PieceGeneratorSupplier.Context
Package
Description
-
Uses of PieceGeneratorSupplier.Context in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type PieceGeneratorSupplier.ContextModifier and TypeMethodDescriptionprivate static booleanBuriedTreasureFeature.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 booleanMineshaftFeature.checkLocation(PieceGeneratorSupplier.Context<MineshaftConfiguration> p_197122_) private static booleanNetherFortressFeature.checkLocation(PieceGeneratorSupplier.Context<NoneFeatureConfiguration> p_197127_) private static booleanOceanMonumentFeature.checkLocation(PieceGeneratorSupplier.Context<NoneFeatureConfiguration> p_197132_) private static booleanPillagerOutpostFeature.checkLocation(PieceGeneratorSupplier.Context<JigsawConfiguration> p_197134_) private static booleanShipwreckFeature.checkLocation(PieceGeneratorSupplier.Context<ShipwreckConfiguration> p_197155_) private static booleanStrongholdFeature.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_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type PieceGeneratorSupplier.ContextModifierConstructorDescriptionJigsawFeature(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
Methods in net.minecraft.world.level.levelgen.structure with parameters of type PieceGeneratorSupplier.ContextModifier 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
Methods in net.minecraft.world.level.levelgen.structure.pieces that return types with arguments of type PieceGeneratorSupplier.ContextModifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
Predicate<PieceGeneratorSupplier.Context<C>>PieceGeneratorSupplier.checkForBiomeOnTop(Heightmap.Types p_197346_) Methods in net.minecraft.world.level.levelgen.structure.pieces with parameters of type PieceGeneratorSupplier.ContextModifier and TypeMethodDescriptionPieceGeneratorSupplier.createGenerator(PieceGeneratorSupplier.Context<C> p_197348_) Method parameters in net.minecraft.world.level.levelgen.structure.pieces with type arguments of type PieceGeneratorSupplier.ContextModifier 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
Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type PieceGeneratorSupplier.ContextModifier 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_)