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 PackLocationInfo
ClientPackSource.VANILLA_PACK_INFO
Methods in net.minecraft.client.resources that return PackLocationInfoModifier and TypeMethodDescriptionprivate static PackLocationInfo
ClientPackSource.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 PackLocationInfo
AbstractPackResources.location
private final PackLocationInfo
VanillaPackResources.location
Methods in net.minecraft.server.packs that return PackLocationInfoModifier and TypeMethodDescriptionAbstractPackResources.location()
CompositePackResources.location()
PackResources.location()
VanillaPackResources.location()
Methods in net.minecraft.server.packs with parameters of type PackLocationInfoModifier and TypeMethodDescriptionVanillaPackResourcesBuilder.build
(PackLocationInfo location) FilePackResources.FileResourcesSupplier.openFull
(PackLocationInfo location, Pack.Metadata metadata) PathPackResources.PathResourcesSupplier.openFull
(PackLocationInfo location, Pack.Metadata metadata) FilePackResources.FileResourcesSupplier.openPrimary
(PackLocationInfo location) PathPackResources.PathResourcesSupplier.openPrimary
(PackLocationInfo location) Constructors in net.minecraft.server.packs with parameters of type PackLocationInfoModifierConstructorDescriptionprotected
AbstractPackResources
(PackLocationInfo location) FilePackResources
(PackLocationInfo location, FilePackResources.SharedZipFileAccess zipFileAccess, String prefix) PathPackResources
(PackLocationInfo location, Path root) (package private)
VanillaPackResources
(PackLocationInfo location, BuiltInMetadata metadata, Set<String> namespaces, List<Path> rootPaths, Map<PackType, List<Path>> pathsForType) -
Uses of PackLocationInfo in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as PackLocationInfoModifier and TypeFieldDescriptionprivate final PackLocationInfo
Pack.location
private static final PackLocationInfo
ServerPacksSource.VANILLA_PACK_INFO
Methods in net.minecraft.server.packs.repository that return PackLocationInfoModifier and TypeMethodDescriptionprivate static PackLocationInfo
ServerPacksSource.createBuiltInPackLocation
(String id, Component title) private PackLocationInfo
FolderRepositorySource.createDiscoveredFilePackInfo
(Path path) Pack.location()
Methods in net.minecraft.server.packs.repository with parameters of type PackLocationInfoModifier and TypeMethodDescriptionPack.ResourcesSupplier.openFull
(PackLocationInfo location, Pack.Metadata metadata) Pack.ResourcesSupplier.openPrimary
(PackLocationInfo location) static Pack
Pack.readMetaAndCreate
(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType packType, PackSelectionConfig selectionConfig) static Pack.Metadata
Pack.readPackMetadata
(PackLocationInfo location, Pack.ResourcesSupplier resources, int version) Method parameters in net.minecraft.server.packs.repository with type arguments of type PackLocationInfoModifier and TypeMethodDescriptionstatic Pack.ResourcesSupplier
BuiltInPackSource.fromName
(Function<PackLocationInfo, PackResources> onName) Constructors in net.minecraft.server.packs.repository with parameters of type PackLocationInfoModifierConstructorDescriptionPack
(PackLocationInfo location, Pack.ResourcesSupplier resources, Pack.Metadata metadata, PackSelectionConfig selectionConfig) private
Pack
(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.openFull
(PackLocationInfo id, Pack.Metadata info) EmptyPackResources.EmptyResourcesSupplier.openPrimary
(PackLocationInfo id) private static Pack.Metadata
ResourcePackLoader.readMeta
(PackType type, PackLocationInfo location, Pack.ResourcesSupplier resources) static Pack
ResourcePackLoader.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)