Modifier and Type |
Method and Description |
StructurePlacementData |
addProcessor(StructureProcessor processor) |
(package private) void |
calculateBoundingBox() |
StructurePlacementData |
clearProcessors() |
StructurePlacementData |
copy() |
BlockBox |
getBoundingBox() |
private BlockBox |
getChunkBlockBox(ChunkPos pos) |
BlockMirror |
getMirror() |
BlockPos |
getPosition() |
List<StructureProcessor> |
getProcessors() |
Random |
getRandom(BlockPos pos) |
Structure.PalettedBlockInfoList |
getRandomBlockInfos(List<Structure.PalettedBlockInfoList> list,
BlockPos pos) |
BlockRotation |
getRotation() |
StructurePlacementData |
method_27264(boolean bool) |
boolean |
method_27265() |
StructurePlacementData |
removeProcessor(StructureProcessor processor) |
StructurePlacementData |
setBoundingBox(BlockBox boundingBox) |
StructurePlacementData |
setChunkPosition(ChunkPos chunkPosition) |
StructurePlacementData |
setIgnoreEntities(boolean ignoreEntities) |
StructurePlacementData |
setMirror(BlockMirror mirror) |
StructurePlacementData |
setPosition(BlockPos position) |
StructurePlacementData |
setRandom(Random random) |
StructurePlacementData |
setRotation(BlockRotation rotation) |
StructurePlacementData |
setUpdateNeighbors(boolean updateNeighbors) |
boolean |
shouldIgnoreEntities() |
boolean |
shouldPlaceFluids() |
boolean |
shouldUpdateNeighbors() |