Uses of Class
net.minecraft.world.gen.feature.FeaturePlacementContext
Packages that use FeaturePlacementContext
-
Uses of FeaturePlacementContext in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type FeaturePlacementContextModifier and TypeMethodDescriptionprivate boolean
PlacedFeature.generate
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) -
Uses of FeaturePlacementContext in net.minecraft.world.gen.placementmodifier
Methods in net.minecraft.world.gen.placementmodifier with parameters of type FeaturePlacementContextModifier and TypeMethodDescriptionprivate static int
CountMultilayerPlacementModifier.findPos
(FeaturePlacementContext context, int x, int y, int z, int targetY) Deprecated.AbstractConditionalPlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.AbstractCountPlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.CarvingMaskPlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.CountMultilayerPlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Deprecated.Applies this placement modifier to the given position.EnvironmentScanPlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.HeightmapPlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.HeightRangePlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.PlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.RandomOffsetPlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.SquarePlacementModifier.getPositions
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) Applies this placement modifier to the given position.protected abstract boolean
AbstractConditionalPlacementModifier.shouldPlace
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) protected boolean
BiomePlacementModifier.shouldPlace
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) protected boolean
BlockFilterPlacementModifier.shouldPlace
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) protected boolean
RarityFilterPlacementModifier.shouldPlace
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) protected boolean
SurfaceThresholdFilterPlacementModifier.shouldPlace
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos) protected boolean
SurfaceWaterDepthFilterPlacementModifier.shouldPlace
(FeaturePlacementContext context, AbstractRandom abstractRandom, BlockPos pos)