Uses of Class
net.minecraft.world.gen.decorator.DecoratorContext
Packages that use DecoratorContext
Package
Description
The base package for all Minecraft classes.
-
Uses of DecoratorContext in net.minecraft
Methods in net.minecraft with parameters of type DecoratorContextModifier and TypeMethodDescriptionclass__6660.getPositions(DecoratorContext decoratorContext, Random random, class__6659 class__6659, BlockPos blockPos) class__6661.getPositions(DecoratorContext context, Random random, DC config, BlockPos pos) protected abstract booleanclass__6661.method_38918(DecoratorContext decoratorContext, Random random, DC dC, BlockPos blockPos) -
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) 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.method_38918(DecoratorContext decoratorContext, Random random, class__6658 class__6658, BlockPos blockPos) protected booleanBlockSurvivesFilterDecorator.method_38918(DecoratorContext decoratorContext, Random random, BlockSurvivesFilterDecoratorConfig blockSurvivesFilterDecoratorConfig, BlockPos blockPos) protected booleanChanceDecorator.method_38918(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) protected booleanLavaLakeDecorator.method_38918(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) protected booleanSurfaceRelativeThresholdDecorator.method_38918(DecoratorContext decoratorContext, Random random, SurfaceRelativeThresholdDecoratorConfig surfaceRelativeThresholdDecoratorConfig, BlockPos blockPos) protected booleanWaterDepthThresholdDecorator.method_38918(DecoratorContext decoratorContext, Random random, WaterDepthThresholdDecoratorConfig waterDepthThresholdDecoratorConfig, BlockPos blockPos)