Uses of Class
net.minecraft.structure.StructurePlacementData
Package
Description
-
Uses of StructurePlacementData in net.minecraft.structure
Modifier and TypeFieldDescriptionprotected StructurePlacementData
SimpleStructurePiece.placementData
Modifier and TypeMethodDescriptionStructurePlacementData.addProcessor(StructureProcessor processor)
StructurePlacementData.clearProcessors()
StructurePlacementData.copy()
StructurePlacementData.method_27264(boolean bool)
private static StructurePlacementData
EndCityGenerator.Piece.method_35427(boolean bool, BlockRotation blockRotation)
private static StructurePlacementData
IglooGenerator.Piece.method_35428(BlockRotation blockRotation, Identifier identifier)
private static StructurePlacementData
NetherFossilGenerator.Piece.method_35431(BlockRotation blockRotation)
private static StructurePlacementData
OceanRuinGenerator.Piece.method_35446(BlockRotation blockRotation)
private static StructurePlacementData
RuinedPortalStructurePiece.method_35449(ServerWorld world, NbtCompound nbt, Identifier id)
private static StructurePlacementData
RuinedPortalStructurePiece.method_35450(BlockMirror blockMirror, BlockRotation blockRotation, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, BlockPos blockPos, RuinedPortalStructurePiece.Properties properties)
private static StructurePlacementData
ShipwreckGenerator.Piece.method_35452(BlockRotation blockRotation)
private static StructurePlacementData
WoodlandMansionGenerator.Piece.method_35473(BlockMirror blockMirror, BlockRotation blockRotation)
StructurePlacementData.method_35476(boolean bool)
StructurePlacementData.removeProcessor(StructureProcessor processor)
StructurePlacementData.setBoundingBox(BlockBox boundingBox)
StructurePlacementData.setIgnoreEntities(boolean ignoreEntities)
StructurePlacementData.setMirror(BlockMirror mirror)
StructurePlacementData.setPosition(BlockPos position)
StructurePlacementData.setRotation(BlockRotation rotation)
StructurePlacementData.setUpdateNeighbors(boolean updateNeighbors)
Modifier and TypeMethodDescriptionStructure.calculateBoundingBox(StructurePlacementData placementData, BlockPos pos)
Structure.getInfosForBlock(BlockPos pos, StructurePlacementData placementData, Block block)
Structure.getInfosForBlock(BlockPos pos, StructurePlacementData placementData, Block block, boolean transformed)
boolean
Structure.place(ServerWorldAccess world, BlockPos pos, BlockPos blockPos, StructurePlacementData placementData, Random random, int int2)
static List<Structure.StructureBlockInfo>
Structure.process(WorldAccess world, BlockPos pos, BlockPos blockPos, StructurePlacementData placementData, List<Structure.StructureBlockInfo> list)
static BlockPos
Structure.transform(StructurePlacementData placementData, BlockPos pos)
Structure.transformBox(StructurePlacementData placementData1, BlockPos pos1, StructurePlacementData placementData2, BlockPos pos2)
ModifierConstructorDescriptionSimpleStructurePiece(StructurePieceType structurePieceType, int int2, StructureManager structureManager, Identifier identifier, String string, StructurePlacementData structurePlacementData, BlockPos blockPos)
ModifierConstructorDescriptionSimpleStructurePiece(StructurePieceType structurePieceType, NbtCompound nbtCompound, ServerWorld serverWorld, Function<Identifier,StructurePlacementData> function)
-
Uses of StructurePlacementData in net.minecraft.structure.pool
Modifier and TypeMethodDescriptionprotected StructurePlacementData
LegacySinglePoolElement.createPlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws)
protected StructurePlacementData
SinglePoolElement.createPlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws)
-
Uses of StructurePlacementData in net.minecraft.structure.processor
Modifier and TypeMethodDescriptionBlackstoneReplacementStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
BlockAgeStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
BlockIgnoreStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
BlockRotStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
GravityStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
JigsawReplacementStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
LavaSubmergedBlockStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
NopStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
ProtectedBlocksStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
RuleStructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
abstract Structure.StructureBlockInfo
StructureProcessor.process(WorldView world, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)