Uses of Record Class
net.minecraft.resource.ResourcePackProfile.Metadata
Packages that use ResourcePackProfile.Metadata
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackProfile.Metadata in net.minecraft.resource
Fields in net.minecraft.resource declared as ResourcePackProfile.MetadataModifier and TypeFieldDescriptionprivate final ResourcePackProfile.Metadata
ResourcePackProfile.metaData
Methods in net.minecraft.resource that return ResourcePackProfile.MetadataModifier and TypeMethodDescriptionResourcePackProfile.loadMetadata
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, int currentPackFormat) Methods in net.minecraft.resource with parameters of type ResourcePackProfile.MetadataModifier 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) Constructors in net.minecraft.resource with parameters of type ResourcePackProfile.MetadataModifierConstructorDescriptionResourcePackProfile
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metaData, ResourcePackPosition position)