Uses of Class
net.minecraft.structure.StructurePlacementData
Packages that use StructurePlacementData
Package
Description
-
Uses of StructurePlacementData in net.minecraft.structure
Fields in net.minecraft.structure declared as StructurePlacementDataModifier and TypeFieldDescriptionprotected StructurePlacementDataSimpleStructurePiece.placementDataMethods in net.minecraft.structure that return StructurePlacementDataModifier and TypeMethodDescriptionStructurePlacementData.addProcessor(StructureProcessor processor) StructurePlacementData.clearProcessors()StructurePlacementData.copy()private static StructurePlacementDataEndCityGenerator.Piece.createPlacementData(boolean includeAir, BlockRotation rotation) private static StructurePlacementDataIglooGenerator.Piece.createPlacementData(BlockRotation rotation, Identifier identifier) private static StructurePlacementDataNetherFossilGenerator.Piece.createPlacementData(BlockRotation rotation) private static StructurePlacementDataOceanRuinGenerator.Piece.createPlacementData(BlockRotation rotation) private static StructurePlacementDataRuinedPortalStructurePiece.createPlacementData(ServerWorld world, NbtCompound nbt, Identifier id) private static StructurePlacementDataRuinedPortalStructurePiece.createPlacementData(BlockMirror mirror, BlockRotation rotation, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, BlockPos pos, RuinedPortalStructurePiece.Properties properties) private static StructurePlacementDataShipwreckGenerator.Piece.createPlacementData(BlockRotation rotation) private static StructurePlacementDataWoodlandMansionGenerator.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) Methods in net.minecraft.structure with parameters of type StructurePlacementDataModifier 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) booleanStructure.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 BlockPosStructure.transform(StructurePlacementData placementData, BlockPos pos) Structure.transformBox(StructurePlacementData placementData1, BlockPos pos1, StructurePlacementData placementData2, BlockPos pos2) Constructors in net.minecraft.structure with parameters of type StructurePlacementDataModifierConstructorDescriptionSimpleStructurePiece(StructurePieceType type, int int2, StructureManager structureManager, Identifier identifier, String string, StructurePlacementData placementData, BlockPos pos) Constructor parameters in net.minecraft.structure with type arguments of type StructurePlacementDataModifierConstructorDescriptionSimpleStructurePiece(StructurePieceType type, NbtCompound nbtCompound, ServerWorld world, Function<Identifier, StructurePlacementData> function) -
Uses of StructurePlacementData in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool that return StructurePlacementDataModifier and TypeMethodDescriptionprotected StructurePlacementDataLegacySinglePoolElement.createPlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws) protected StructurePlacementDataSinglePoolElement.createPlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws) -
Uses of StructurePlacementData in net.minecraft.structure.processor
Methods in net.minecraft.structure.processor with parameters of type StructurePlacementDataModifier 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.StructureBlockInfoStructureProcessor.process(WorldView world, BlockPos pos, BlockPos pivot, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData data)