Uses of Record Class
net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.JigsawBlockInfo
Packages that use StructureTemplate.JigsawBlockInfo
Package
Description
-
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionstatic boolean
JigsawBlock.canAttach
(StructureTemplate.JigsawBlockInfo pParent, StructureTemplate.JigsawBlockInfo pChild) -
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type StructureTemplate.JigsawBlockInfoModifier and TypeFieldDescriptionprivate static final Comparator
<StructureTemplate.JigsawBlockInfo> SinglePoolElement.HIGHEST_SELECTION_PRIORITY_FIRST
Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionEmptyPoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227176_, BlockPos p_227177_, Rotation p_227178_, RandomSource p_227179_) FeaturePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager pStructureTemplateManager, BlockPos pPos, Rotation pRotation, RandomSource pRandom) ListPoolElement.getShuffledJigsawBlocks
(StructureTemplateManager pStructureTemplateManager, BlockPos pPos, Rotation pRotation, RandomSource pRandom) SinglePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager pStructureTemplateManager, BlockPos pPos, Rotation pRotation, RandomSource pRandom) abstract List
<StructureTemplate.JigsawBlockInfo> StructurePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager pStructureTemplateManager, BlockPos pPos, Rotation pRotation, RandomSource pRandom) Method parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescription(package private) static void
SinglePoolElement.sortBySelectionPriority
(List<StructureTemplate.JigsawBlockInfo> pStructureBlockInfos) -
Uses of StructureTemplate.JigsawBlockInfo in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type StructureTemplate.JigsawBlockInfoModifier and TypeFieldDescriptionprivate List
<StructureTemplate.JigsawBlockInfo> StructureTemplate.Palette.cachedJigsaws
Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionStructureTemplate.JigsawBlockInfo.of
(StructureTemplate.StructureBlockInfo pStructureBlockInfo) StructureTemplate.JigsawBlockInfo.withInfo
(StructureTemplate.StructureBlockInfo pInfo) Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return types with arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionStructureTemplate.getJigsaws
(BlockPos pPos, Rotation pRotation) StructureTemplate.Palette.jigsaws()