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 intCountMultilayerDecorator.findPos(DecoratorContext context, int x, int y, int z, int targetY) AbstractCountDecorator.getPositions(DecoratorContext context, Random random, DC config, BlockPos pos) AbstractRangeDecorator.getPositions(DecoratorContext context, Random random, DC config, BlockPos pos) CarvingMaskDecorator.getPositions(DecoratorContext decoratorContext, Random random, CarvingMaskDecoratorConfig carvingMaskDecoratorConfig, BlockPos blockPos) CaveSurfaceDecorator.getPositions(DecoratorContext decoratorContext, Random random, CaveSurfaceDecoratorConfig caveSurfaceDecoratorConfig, BlockPos blockPos) ConditionalDecorator.getPositions(DecoratorContext context, Random random, DC config, BlockPos pos) ConfiguredDecorator.getPositions(DecoratorContext context, Random random, BlockPos pos) CountMultilayerDecorator.getPositions(DecoratorContext decoratorContext, Random random, CountConfig countConfig, BlockPos blockPos) DarkOakTreeDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos) DecoratedDecorator.getPositions(DecoratorContext decoratorContext, Random random, DecoratedDecoratorConfig decoratedDecoratorConfig, BlockPos blockPos) Decorator.getPositions(DecoratorContext context, Random random, DC config, BlockPos pos) EnvironmentScanDecorator.getPositions(DecoratorContext decoratorContext, Random random, EnvironmentScanDecoratorConfig environmentScanDecoratorConfig, BlockPos blockPos) HeightmapDecorator.getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos) IcebergDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos) NopeDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos) ScatterDecorator.getPositions(DecoratorContext decoratorContext, Random random, ScatterDecoratorConfig scatterDecoratorConfig, BlockPos blockPos) SquareDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos) protected abstract intAbstractRangeDecorator.getY(DecoratorContext context, Random random, DC config, int y) protected intEndGatewayDecorator.getY(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, int int2) protected intRangeDecorator.getY(DecoratorContext decoratorContext, Random random, RangeDecoratorConfig rangeDecoratorConfig, int int2) protected booleanBlockFilterDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, BlockFilterDecoratorConfig blockFilterDecoratorConfig, BlockPos blockPos) protected booleanChanceDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) protected abstract booleanConditionalDecorator.shouldPlace(DecoratorContext context, Random random, DC config, BlockPos pos) protected booleanLavaLakeDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) protected booleanSurfaceRelativeThresholdDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, SurfaceRelativeThresholdDecoratorConfig surfaceRelativeThresholdDecoratorConfig, BlockPos blockPos) protected booleanWaterDepthThresholdDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, WaterDepthThresholdDecoratorConfig waterDepthThresholdDecoratorConfig, BlockPos blockPos)