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)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)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)SpreadDoubleHeightmapDecorator.getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos)SquareDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)WaterDepthThresholdDecorator.getPositions(DecoratorContext decoratorContext, Random random, WaterDepthThresholdDecoratorConfig waterDepthThresholdDecoratorConfig, 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 intSpread32AboveDecorator.getY(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, int int2)