Uses of Record Class
net.minecraft.structure.StructureTemplate.class_10326
Packages that use StructureTemplate.class_10326
-
Uses of StructureTemplate.class_10326 in net.minecraft.block
Methods in net.minecraft.block with parameters of type StructureTemplate.class_10326Modifier and TypeMethodDescriptionstatic booleanJigsawBlock.attachmentMatches(StructureTemplate.class_10326 class_10326, StructureTemplate.class_10326 class_103262) -
Uses of StructureTemplate.class_10326 in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type StructureTemplate.class_10326Modifier and TypeFieldDescriptionprivate @Nullable List<StructureTemplate.class_10326> StructureTemplate.PalettedBlockInfoList.field_54805Methods in net.minecraft.structure that return StructureTemplate.class_10326Modifier and TypeMethodDescriptionStructureTemplate.class_10326.method_64824(StructureTemplate.StructureBlockInfo structureBlockInfo) StructureTemplate.class_10326.method_64825(StructureTemplate.StructureBlockInfo structureBlockInfo) Methods in net.minecraft.structure that return types with arguments of type StructureTemplate.class_10326Modifier and TypeMethodDescriptionStructureTemplate.method_64822(BlockPos blockPos, BlockRotation blockRotation) StructureTemplate.PalettedBlockInfoList.method_64827() -
Uses of StructureTemplate.class_10326 in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructureTemplate.class_10326Modifier and TypeFieldDescriptionprivate static final Comparator<StructureTemplate.class_10326> SinglePoolElement.field_54804Methods in net.minecraft.structure.pool that return types with arguments of type StructureTemplate.class_10326Modifier 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.class_10326> StructurePoolElement.getStructureBlockInfos(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation, Random random) Methods in net.minecraft.structure.pool with parameters of type StructureTemplate.class_10326Modifier and TypeMethodDescriptionprivate static RegistryKey<StructurePool> StructurePoolBasedGenerator.StructurePoolGenerator.lookupPool(StructureTemplate.class_10326 class_10326, StructurePoolAliasLookup aliasLookup) Method parameters in net.minecraft.structure.pool with type arguments of type StructureTemplate.class_10326Modifier and TypeMethodDescription(package private) static voidSinglePoolElement.sort(List<StructureTemplate.class_10326> blocks)