Uses of Record Class
net.minecraft.server.packs.repository.Pack.Metadata
Packages that use Pack.Metadata
Package
Description
-
Uses of Pack.Metadata in net.minecraft.server.packs
Methods in net.minecraft.server.packs with parameters of type Pack.MetadataModifier and TypeMethodDescriptionFilePackResources.FileResourcesSupplier.openFull
(PackLocationInfo pLocation, Pack.Metadata pMetadata) PathPackResources.PathResourcesSupplier.openFull
(PackLocationInfo pLocation, Pack.Metadata pMetadata) -
Uses of Pack.Metadata in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as Pack.MetadataMethods in net.minecraft.server.packs.repository that return Pack.MetadataModifier and TypeMethodDescriptionstatic Pack.Metadata
Pack.readPackMetadata
(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, int pVersion) Methods in net.minecraft.server.packs.repository with parameters of type Pack.MetadataModifier and TypeMethodDescriptionPack.ResourcesSupplier.openFull
(PackLocationInfo pLocation, Pack.Metadata pMetadata) Constructors in net.minecraft.server.packs.repository with parameters of type Pack.MetadataModifierConstructorDescriptionPack
(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, Pack.Metadata pMetadata, PackSelectionConfig pSelectionConfig) private
Pack
(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, Pack.Metadata pMetadata, PackSelectionConfig pSelectionConfig, List<Pack> children) -
Uses of Pack.Metadata in net.neoforged.neoforge.resource
Methods in net.neoforged.neoforge.resource that return Pack.MetadataModifier and TypeMethodDescriptionprivate static Pack.Metadata
ResourcePackLoader.readMeta
(PackType type, PackLocationInfo location, Pack.ResourcesSupplier resources) Methods in net.neoforged.neoforge.resource with parameters of type Pack.MetadataModifier and TypeMethodDescriptionEmptyPackResources.EmptyResourcesSupplier.openFull
(PackLocationInfo id, Pack.Metadata info)