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
(String name, ResourcePackProfile.PackFactory packFactory, int currentPackFormat) Modifier and TypeMethodDescriptionstatic ResourcePackProfile
ResourcePackProfile.of
(String name, Text displayName, boolean alwaysEnabled, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metadata, ResourcePackProfile.InsertionPosition position, boolean pinned, ResourcePackSource source) Creates a resource pack profile from the given parameters.DirectoryResourcePack.DirectoryBackedFactory.openWithOverlays
(String name, ResourcePackProfile.Metadata metadata) ResourcePackProfile.PackFactory.openWithOverlays
(String name, ResourcePackProfile.Metadata metadata) ZipResourcePack.ZipBackedFactory.openWithOverlays
(String name, ResourcePackProfile.Metadata metadata) ModifierConstructorDescriptionprivate
ResourcePackProfile
(String name, boolean alwaysEnabled, ResourcePackProfile.PackFactory packFactory, Text displayName, ResourcePackProfile.Metadata metadata, ResourcePackProfile.InsertionPosition position, boolean pinned, ResourcePackSource source)