-
Methods in net.minecraft.world.gen.decorator with parameters of type DecoratorContext
| Modifier and Type |
Method |
Description |
private static int |
CountMultilayerDecorator.findPos(DecoratorContext context,
int x,
int y,
int z,
int targetY) |
|
Stream<BlockPos> |
AbstractCountDecorator.getPositions(DecoratorContext context,
Random random,
DC config,
BlockPos pos) |
Stream<BlockPos> |
AbstractRangeDecorator.getPositions(DecoratorContext context,
Random random,
DC config,
BlockPos pos) |
Stream<BlockPos> |
CarvingMaskDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
CarvingMaskDecoratorConfig carvingMaskDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
CaveSurfaceDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
CaveSurfaceDecoratorConfig caveSurfaceDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
ConfiguredDecorator.getPositions(DecoratorContext context,
Random random,
BlockPos pos) |
|
Stream<BlockPos> |
CountMultilayerDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
CountConfig countConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
DarkOakTreeDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
NopeDecoratorConfig nopeDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
DecoratedDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
DecoratedDecoratorConfig decoratedDecoratorConfig,
BlockPos blockPos) |
|
abstract Stream<BlockPos> |
Decorator.getPositions(DecoratorContext context,
Random random,
DC config,
BlockPos pos) |
|
Stream<BlockPos> |
HeightmapDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
HeightmapDecoratorConfig heightmapDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
IcebergDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
NopeDecoratorConfig nopeDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
NopeDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
NopeDecoratorConfig nopeDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
SpreadDoubleHeightmapDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
HeightmapDecoratorConfig heightmapDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
SquareDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
NopeDecoratorConfig nopeDecoratorConfig,
BlockPos blockPos) |
|
Stream<BlockPos> |
WaterDepthThresholdDecorator.getPositions(DecoratorContext decoratorContext,
Random random,
WaterDepthThresholdDecoratorConfig waterDepthThresholdDecoratorConfig,
BlockPos blockPos) |
|
protected int |
AbstractBiasedRangeDecorator.getY(DecoratorContext decoratorContext,
Random random,
BiasedRangedDecoratorConfig biasedRangedDecoratorConfig,
int int2) |
|
protected abstract int |
AbstractRangeDecorator.getY(DecoratorContext context,
Random random,
DC config,
int y) |
|
protected int |
BaseRangeDecorator.getY(DecoratorContext decoratorContext,
Random random,
RangeDecoratorConfig rangeDecoratorConfig,
int int2) |
|
protected int |
DepthAverageDecorator.getY(DecoratorContext decoratorContext,
Random random,
DepthAverageDecoratorConfig depthAverageDecoratorConfig,
int int2) |
|
protected int |
EndGatewayDecorator.getY(DecoratorContext decoratorContext,
Random random,
NopeDecoratorConfig nopeDecoratorConfig,
int int2) |
|
protected int |
Spread32AboveDecorator.getY(DecoratorContext decoratorContext,
Random random,
NopeDecoratorConfig nopeDecoratorConfig,
int int2) |
|