Uses of Record Class
net.minecraft.resource.ResourcePackProfile.Metadata
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackProfile.Metadata in net.minecraft.resource
Modifier and TypeFieldDescriptionprivate final ResourcePackProfile.Metadata
ResourcePackProfile.metaData
Modifier and TypeMethodDescriptionResourcePackProfile.loadMetadata
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, int currentPackFormat) Modifier and TypeMethodDescriptionDirectoryResourcePack.DirectoryBackedFactory.openWithOverlays
(ResourcePackInfo info, ResourcePackProfile.Metadata metadata) ResourcePackProfile.PackFactory.openWithOverlays
(ResourcePackInfo info, ResourcePackProfile.Metadata metadata) ZipResourcePack.ZipBackedFactory.openWithOverlays
(ResourcePackInfo info, ResourcePackProfile.Metadata metadata) ModifierConstructorDescriptionResourcePackProfile
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metaData, ResourcePackPosition position)