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 PackLocationInfoAbstractPackResources.locationprivate final PackLocationInfoVanillaPackResources.locationMethods 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 PackLocationInfoModifierConstructorDescriptionprotectedAbstractPackResources(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 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 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 PackPack.readMetaAndCreate(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType packType, PackSelectionConfig selectionConfig) static Pack.MetadataPack.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.ResourcesSupplierBuiltInPackSource.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) 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.openFull(PackLocationInfo id, Pack.Metadata info) EmptyPackResources.EmptyResourcesSupplier.openPrimary(PackLocationInfo id) 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)