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 p_379389_, StructureTemplate.JigsawBlockInfo p_380000_) -
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 p_227199_, BlockPos p_227200_, Rotation p_227201_, RandomSource p_227202_) ListPoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227290_, BlockPos p_227291_, Rotation p_227292_, RandomSource p_227293_) SinglePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227320_, BlockPos p_227321_, Rotation p_227322_, RandomSource p_227323_) abstract List
<StructureTemplate.JigsawBlockInfo> StructurePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227351_, BlockPos p_227352_, Rotation p_227353_, RandomSource p_227354_) 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> p_308881_) -
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 p_380074_) StructureTemplate.JigsawBlockInfo.withInfo
(StructureTemplate.StructureBlockInfo p_379520_) Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return types with arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionStructureTemplate.getJigsaws
(BlockPos p_380356_, Rotation p_379907_) StructureTemplate.Palette.jigsaws()