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 pId, Component pTitle) -
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 pLocation) FilePackResources.FileResourcesSupplier.openFull(PackLocationInfo p_326484_, Pack.Metadata p_326165_) PathPackResources.PathResourcesSupplier.openFull(PackLocationInfo p_326066_, Pack.Metadata p_326237_) FilePackResources.FileResourcesSupplier.openPrimary(PackLocationInfo p_326493_) PathPackResources.PathResourcesSupplier.openPrimary(PackLocationInfo p_325962_) Constructors in net.minecraft.server.packs with parameters of type PackLocationInfoModifierConstructorDescriptionprotectedAbstractPackResources(PackLocationInfo pLocation) FilePackResources(PackLocationInfo pLocation, FilePackResources.SharedZipFileAccess pZipFileAccess, String pPrefix) PathPackResources(PackLocationInfo pLocation, Path pRoot) (package private)VanillaPackResources(PackLocationInfo pLocation, BuiltInMetadata pMetadata, Set<String> pNamespaces, List<Path> pRootPaths, Map<PackType, List<Path>> pPathsForType) -
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 pId, Component pTitle) private PackLocationInfoFolderRepositorySource.createDiscoveredFilePackInfo(Path pPath) Pack.location()Methods in net.minecraft.server.packs.repository with parameters of type PackLocationInfoModifier and TypeMethodDescriptionPack.ResourcesSupplier.openFull(PackLocationInfo pLocation, Pack.Metadata pMetadata) Pack.ResourcesSupplier.openPrimary(PackLocationInfo pLocation) static PackPack.readMetaAndCreate(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, PackType pPackType, PackSelectionConfig pSelectionConfig) static Pack.MetadataPack.readPackMetadata(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, int pVersion) 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 pLocation, Pack.ResourcesSupplier pResources, Pack.Metadata pMetadata, PackSelectionConfig pSelectionConfig) privatePack(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, Pack.Metadata pMetadata, PackSelectionConfig pSelectionConfig, 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)