Uses of Record Class
net.minecraft.resource.ResourcePackInfo
Packages that use ResourcePackInfo
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
- 
Uses of ResourcePackInfo in net.minecraft.client.resourceFields in net.minecraft.client.resource declared as ResourcePackInfoModifier and TypeFieldDescriptionprivate static final ResourcePackInfoDefaultClientResourcePackProvider.INFOMethods in net.minecraft.client.resource that return ResourcePackInfoModifier and TypeMethodDescriptionprivate static ResourcePackInfoDefaultClientResourcePackProvider.createInfo(String id, Text title) 
- 
Uses of ResourcePackInfo in net.minecraft.resourceFields in net.minecraft.resource declared as ResourcePackInfoModifier and TypeFieldDescriptionprivate final ResourcePackInfoAbstractFileResourcePack.infoprivate final ResourcePackInfoDefaultResourcePack.infoprivate final ResourcePackInfoResourcePackProfile.infoprivate static final ResourcePackInfoVanillaDataPackProvider.INFOMethods in net.minecraft.resource that return ResourcePackInfoModifier and TypeMethodDescriptionprivate static ResourcePackInfoVanillaDataPackProvider.createInfo(String id, Text title) private ResourcePackInfoFileResourcePackProvider.createPackInfo(Path path) AbstractFileResourcePack.getInfo()DefaultResourcePack.getInfo()OverlayResourcePack.getInfo()ResourcePack.getInfo()ResourcePackProfile.getInfo()Methods in net.minecraft.resource with parameters of type ResourcePackInfoModifier and TypeMethodDescriptionDefaultResourcePackBuilder.build(ResourcePackInfo info) static @Nullable ResourcePackProfileResourcePackProfile.create(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourceType type, ResourcePackPosition position) ResourcePackProfile.loadMetadata(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, int currentPackFormat) DirectoryResourcePack.DirectoryBackedFactory.open(ResourcePackInfo info) ResourcePackProfile.PackFactory.open(ResourcePackInfo info) ZipResourcePack.ZipBackedFactory.open(ResourcePackInfo info) DirectoryResourcePack.DirectoryBackedFactory.openWithOverlays(ResourcePackInfo info, ResourcePackProfile.Metadata metadata) ResourcePackProfile.PackFactory.openWithOverlays(ResourcePackInfo info, ResourcePackProfile.Metadata metadata) ZipResourcePack.ZipBackedFactory.openWithOverlays(ResourcePackInfo info, ResourcePackProfile.Metadata metadata) Constructors in net.minecraft.resource with parameters of type ResourcePackInfoModifierConstructorDescriptionprotected(package private)DefaultResourcePack(ResourcePackInfo info, ResourceMetadataMap metadata, Set<String> namespaces, List<Path> rootPaths, Map<ResourceType, List<Path>> namespacePaths) DirectoryResourcePack(ResourcePackInfo info, Path root) ResourcePackProfile(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metaData, ResourcePackPosition position) (package private)ZipResourcePack(ResourcePackInfo info, ZipResourcePack.ZipFileWrapper zipFile, String overlay)