Uses of Record Class
net.minecraft.structure.StructureTemplate.JigsawBlockInfo
Packages that use StructureTemplate.JigsawBlockInfo
-
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.block
Methods in net.minecraft.block with parameters of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionstatic booleanJigsawBlock.attachmentMatches(StructureTemplate.JigsawBlockInfo info1, StructureTemplate.JigsawBlockInfo info2) -
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type StructureTemplate.JigsawBlockInfoMethods in net.minecraft.structure that return StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionStructureTemplate.JigsawBlockInfo.of(StructureTemplate.StructureBlockInfo structureBlockInfo) StructureTemplate.JigsawBlockInfo.withInfo(StructureTemplate.StructureBlockInfo structureBlockInfo) Methods in net.minecraft.structure that return types with arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionStructureTemplate.getJigsawInfos(BlockPos pos, BlockRotation rotation) StructureTemplate.PalettedBlockInfoList.getOrCreateJigsawBlockInfos() -
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructureTemplate.JigsawBlockInfoModifier and TypeFieldDescriptionprivate static final Comparator<StructureTemplate.JigsawBlockInfo> SinglePoolElement.JIGSAW_BLOCK_INFO_COMPARATORMethods in net.minecraft.structure.pool that return types with arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionEmptyPoolElement.getStructureBlockInfos(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation, Random random) FeaturePoolElement.getStructureBlockInfos(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation, Random random) ListPoolElement.getStructureBlockInfos(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation, Random random) SinglePoolElement.getStructureBlockInfos(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation, Random random) abstract List<StructureTemplate.JigsawBlockInfo> StructurePoolElement.getStructureBlockInfos(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation, Random random) Method parameters in net.minecraft.structure.pool with type arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescription(package private) static voidSinglePoolElement.sort(List<StructureTemplate.JigsawBlockInfo> blocks)