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 booleanJigsawBlock.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_FIRSTMethods 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 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 voidSinglePoolElement.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 @Nullable List<StructureTemplate.JigsawBlockInfo> StructureTemplate.Palette.cachedJigsawsMethods 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()