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_6794.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) class_6795.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) class_6797.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) private booleanclass_6796.method_39648(DecoratorContext decoratorContext, Random random, BlockPos blockPos) protected booleanclass_6792.shouldPlace(DecoratorContext context, Random random, BlockPos blockPos) protected booleanclass_6799.shouldPlace(DecoratorContext context, Random random, 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) Deprecated.AbstractCountDecorator.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) CarvingMaskDecoratorConfig.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) ConditionalDecorator.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) CountMultilayerDecorator.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) Deprecated.HeightmapDecoratorConfig.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) ScatterDecoratorConfig.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) SquareDecorator.getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) protected booleanBlockFilterDecoratorConfig.shouldPlace(DecoratorContext context, Random random, BlockPos blockPos) protected abstract booleanConditionalDecorator.shouldPlace(DecoratorContext context, Random random, BlockPos blockPos) protected booleanSurfaceRelativeThresholdDecoratorConfig.shouldPlace(DecoratorContext context, Random random, BlockPos blockPos) protected booleanWaterDepthThresholdDecoratorConfig.shouldPlace(DecoratorContext context, Random random, BlockPos blockPos)