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 source, StructureTemplate.JigsawBlockInfo target) -
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 structureTemplateManager, BlockPos position, Rotation rotation, RandomSource random) FeaturePoolElement.getShuffledJigsawBlocks(StructureTemplateManager structureTemplateManager, BlockPos position, Rotation rotation, RandomSource random) ListPoolElement.getShuffledJigsawBlocks(StructureTemplateManager structureTemplateManager, BlockPos position, Rotation rotation, RandomSource random) SinglePoolElement.getShuffledJigsawBlocks(StructureTemplateManager structureTemplateManager, BlockPos position, Rotation rotation, RandomSource random) abstract List<StructureTemplate.JigsawBlockInfo> StructurePoolElement.getShuffledJigsawBlocks(StructureTemplateManager structureTemplateManager, BlockPos position, Rotation rotation, RandomSource random) 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> blocks) -
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 info) StructureTemplate.JigsawBlockInfo.withInfo(StructureTemplate.StructureBlockInfo info) Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return types with arguments of type StructureTemplate.JigsawBlockInfoModifier and TypeMethodDescriptionStructureTemplate.getJigsaws(BlockPos position, Rotation rotation) StructureTemplate.Palette.jigsaws()