Uses of Record Class
net.minecraft.resource.ResourcePackInfo
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackInfo in net.minecraft.client.resource
Modifier and TypeFieldDescriptionprivate static final ResourcePackInfo
DefaultClientResourcePackProvider.INFO
Modifier and TypeMethodDescriptionprivate static ResourcePackInfo
DefaultClientResourcePackProvider.createInfo
(String id, Text title) -
Uses of ResourcePackInfo in net.minecraft.resource
Modifier and TypeFieldDescriptionprivate final ResourcePackInfo
AbstractFileResourcePack.info
private final ResourcePackInfo
DefaultResourcePack.info
private final ResourcePackInfo
ResourcePackProfile.info
private static final ResourcePackInfo
VanillaDataPackProvider.INFO
Modifier and TypeMethodDescriptionprivate static ResourcePackInfo
VanillaDataPackProvider.createInfo
(String id, Text title) private ResourcePackInfo
FileResourcePackProvider.createPackInfo
(Path path) AbstractFileResourcePack.getInfo()
DefaultResourcePack.getInfo()
OverlayResourcePack.getInfo()
ResourcePack.getInfo()
ResourcePackProfile.getInfo()
Modifier and TypeMethodDescriptionDefaultResourcePackBuilder.build
(ResourcePackInfo info) static @Nullable ResourcePackProfile
ResourcePackProfile.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) ModifierConstructorDescriptionprotected
(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)