Uses of Record Class
net.minecraft.server.packs.PackLocationInfo
Packages that use PackLocationInfo
Package
Description
-
Uses of PackLocationInfo in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as PackLocationInfoModifier and TypeFieldDescriptionprivate static final PackLocationInfoClientPackSource.VANILLA_PACK_INFOMethods in net.minecraft.client.resources that return PackLocationInfoModifier and TypeMethodDescriptionprivate static PackLocationInfoClientPackSource.createBuiltInPackLocation(String id, Component title) -
Uses of PackLocationInfo in net.minecraft.server.packs
Fields in net.minecraft.server.packs declared as PackLocationInfoModifier and TypeFieldDescriptionprivate final PackLocationInfoAbstractPackMetadataResources.locationprivate final PackLocationInfoFixedPathPackResources.locationMethods in net.minecraft.server.packs that return PackLocationInfoModifier and TypeMethodDescriptionAbstractPackMetadataResources.location()FixedPathPackResources.location()OverlayedPackResources.location()PackMetadataResources.location()Methods in net.minecraft.server.packs with parameters of type PackLocationInfoModifier and TypeMethodDescriptionFixedPathPackResources.Builder.build(PackLocationInfo location) VanillaPackResourcesBuilder.build(PackLocationInfo location) FilePackResources.FileResourcesSupplier.openMetadata(PackLocationInfo location) PathPackResources.PathResourcesSupplier.openMetadata(PackLocationInfo location) private PathPackResourcesPathPackResources.PathResourcesSupplier.openPrimaryResources(PackLocationInfo location) FilePackResources.FileResourcesSupplier.openResources(PackLocationInfo location, Pack.Metadata metadata) PathPackResources.PathResourcesSupplier.openResources(PackLocationInfo location, Pack.Metadata metadata) Constructors in net.minecraft.server.packs with parameters of type PackLocationInfoModifierConstructorDescriptionprotectedFilePackResources(PackLocationInfo location, FilePackResources.SharedZipFileAccess zipFileAccess, String prefix) privateFixedPathPackResources(PackLocationInfo location, ResourceMetadata metadata, Set<String> namespaces, List<Path> rootPaths, Map<PackType, List<Path>> pathsForType) PathPackResources(PackLocationInfo location, Path root) -
Uses of PackLocationInfo in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as PackLocationInfoModifier and TypeFieldDescriptionprivate final PackLocationInfoPack.locationprivate static final PackLocationInfoServerPacksSource.VANILLA_PACK_INFOMethods in net.minecraft.server.packs.repository that return PackLocationInfoModifier and TypeMethodDescriptionprivate static PackLocationInfoServerPacksSource.createBuiltInPackLocation(String id, Component title) private PackLocationInfoFolderRepositorySource.createDiscoveredFilePackInfo(Path content) Pack.location()Methods in net.minecraft.server.packs.repository with parameters of type PackLocationInfoModifier and TypeMethodDescriptionPack.ResourcesSupplier.openMetadata(PackLocationInfo location) Pack.ResourcesSupplier.openResources(PackLocationInfo location, Pack.Metadata metadata) Pack.readMetaAndCreate(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType packType, PackSelectionConfig selectionConfig) static @Nullable Pack.MetadataPack.readPackMetadata(PackLocationInfo location, Pack.ResourcesSupplier resources, PackFormat currentPackVersion, PackType type) Constructors in net.minecraft.server.packs.repository with parameters of type PackLocationInfoModifierConstructorDescriptionPack(PackLocationInfo location, Pack.ResourcesSupplier resources, Pack.Metadata metadata, PackSelectionConfig selectionConfig) privatePack(PackLocationInfo location, Pack.ResourcesSupplier resources, Pack.Metadata metadata, PackSelectionConfig selectionConfig, List<Pack> children) -
Uses of PackLocationInfo in net.neoforged.neoforge.resource
Methods in net.neoforged.neoforge.resource with parameters of type PackLocationInfoModifier and TypeMethodDescriptionEmptyPackResources.EmptyResourcesSupplier.openMetadata(PackLocationInfo id) JarContentsPackResources.JarContentsResourcesSupplier.openMetadata(PackLocationInfo locationInfo) EmptyPackResources.EmptyResourcesSupplier.openResources(PackLocationInfo id, Pack.Metadata info) JarContentsPackResources.JarContentsResourcesSupplier.openResources(PackLocationInfo locationInfo, Pack.Metadata metadata) private static Pack.MetadataResourcePackLoader.readMeta(PackType type, PackLocationInfo location, Pack.ResourcesSupplier resources) static PackResourcePackLoader.readWithOptionalMeta(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType type, PackSelectionConfig selectionConfig) Constructors in net.neoforged.neoforge.resource with parameters of type PackLocationInfoModifierConstructorDescriptionEmptyPackResources(PackLocationInfo packId, PackMetadataSection packMeta) JarContentsPackResources(PackLocationInfo locationInfo, JarContents contents, String prefix)