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()
private static StructurePlacementData
EndCityGenerator.Piece.createPlacementData
(boolean includeAir, BlockRotation rotation) private static StructurePlacementData
IglooGenerator.Piece.createPlacementData
(BlockRotation rotation, Identifier identifier) private static StructurePlacementData
NetherFossilGenerator.Piece.createPlacementData
(BlockRotation rotation) private static StructurePlacementData
OceanRuinGenerator.Piece.createPlacementData
(BlockRotation rotation) private static StructurePlacementData
RuinedPortalStructurePiece.createPlacementData
(ServerWorld world, NbtCompound nbt, Identifier id) private static StructurePlacementData
RuinedPortalStructurePiece.createPlacementData
(BlockMirror mirror, BlockRotation rotation, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, BlockPos pos, RuinedPortalStructurePiece.Properties properties) private static StructurePlacementData
ShipwreckGenerator.Piece.createPlacementData
(BlockRotation rotation) private static StructurePlacementData
WoodlandMansionGenerator.Piece.createPlacementData
(BlockMirror mirror, BlockRotation rotation) StructurePlacementData.method_27264
(boolean bool) StructurePlacementData.removeProcessor
(StructureProcessor processor) StructurePlacementData.setBoundingBox
(BlockBox boundingBox) StructurePlacementData.setIgnoreEntities
(boolean ignoreEntities) StructurePlacementData.setMirror
(BlockMirror mirror) StructurePlacementData.setPlaceFluids
(boolean placeFluids) 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 pivot, StructurePlacementData placementData, Random random, int int2) static List<Structure.StructureBlockInfo>
Structure.process
(WorldAccess world, BlockPos pos, BlockPos pivot, 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 type, int int2, StructureManager structureManager, Identifier identifier, String string, StructurePlacementData placementData, BlockPos pos) ModifierConstructorDescriptionSimpleStructurePiece
(StructurePieceType type, NbtCompound nbtCompound, ServerWorld world, 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 pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) BlockAgeStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) BlockIgnoreStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) BlockRotStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) GravityStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) JigsawReplacementStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) LavaSubmergedBlockStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) NopStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) ProtectedBlocksStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) RuleStructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data) abstract Structure.StructureBlockInfo
StructureProcessor.process
(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data)