Uses of Record Class
net.minecraft.structure.StructureTemplate.JigsawBlockInfo
-
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.block
Modifier and TypeMethodDescriptionstatic boolean
JigsawBlock.attachmentMatches
(StructureTemplate.JigsawBlockInfo info1, StructureTemplate.JigsawBlockInfo info2) -
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.structure
Modifier and TypeMethodDescriptionStructureTemplate.JigsawBlockInfo.of
(StructureTemplate.StructureBlockInfo structureBlockInfo) StructureTemplate.JigsawBlockInfo.withInfo
(StructureTemplate.StructureBlockInfo structureBlockInfo) Modifier and TypeMethodDescriptionStructureTemplate.getJigsawInfos
(BlockPos pos, BlockRotation rotation) StructureTemplate.PalettedBlockInfoList.getOrCreateJigsawBlockInfos()
-
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionprivate static final Comparator
<StructureTemplate.JigsawBlockInfo> SinglePoolElement.JIGSAW_BLOCK_INFO_COMPARATOR
Modifier 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) Modifier and TypeMethodDescriptionprivate static RegistryKey
<StructurePool> StructurePoolBasedGenerator.StructurePoolGenerator.lookupPool
(StructureTemplate.JigsawBlockInfo jigsawInfo, StructurePoolAliasLookup aliasLookup) Modifier and TypeMethodDescription(package private) static void
SinglePoolElement.sort
(List<StructureTemplate.JigsawBlockInfo> blocks)