Uses of Class
net.minecraft.world.gen.decorator.DecoratorContext
Packages that use DecoratorContext
-
Uses of DecoratorContext in net.minecraft.world.gen.decorator
Methods in net.minecraft.world.gen.decorator with parameters of type DecoratorContextModifier and TypeMethodDescriptionprivate static intCountMultilayerPlacementModifier.findPos(DecoratorContext context, int x, int y, int z, int targetY) Deprecated.AbstractConditionalPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.AbstractCountPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.CarvingMaskPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.CountMultilayerPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Deprecated.Applies this placement modifier to the given position.EnvironmentScanPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.HeightmapPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.HeightRangePlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.PlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.RandomOffsetPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.SquarePlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.protected abstract booleanAbstractConditionalPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanBiomePlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanBlockFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanRarityFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanSurfaceThresholdFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanSurfaceWaterDepthFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) -
Uses of DecoratorContext in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type DecoratorContextModifier and TypeMethodDescriptionprivate booleanPlacedFeature.generate(DecoratorContext context, Random random, BlockPos pos)