public class DecoratorContext extends Object implements class_5539
| Modifier and Type | Field and Description |
|---|---|
private ChunkGenerator |
generator |
private StructureWorldAccess |
world |
| Constructor and Description |
|---|
DecoratorContext(StructureWorldAccess world,
ChunkGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
BlockState |
getBlockState(BlockPos pos) |
int |
getMaxY() |
BitSet |
getOrCreateCarvingMask(ChunkPos chunkPos,
GenerationStep.Carver carver) |
int |
getSeaLevel() |
int |
getTopY(Heightmap.Type heightmap,
int x,
int z) |
int |
method_31605() |
int |
method_31607() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmethod_31597, method_31598, method_31599, method_31600, method_31601, method_31602, method_31603, method_31604, method_31606private final StructureWorldAccess world
private final ChunkGenerator generator
public DecoratorContext(StructureWorldAccess world, ChunkGenerator generator)
public int getTopY(Heightmap.Type heightmap, int x, int z)
public int getMaxY()
public int getSeaLevel()
public BitSet getOrCreateCarvingMask(ChunkPos chunkPos, GenerationStep.Carver carver)
public BlockState getBlockState(BlockPos pos)
public int method_31607()
method_31607 in interface class_5539public int method_31605()
method_31605 in interface class_5539