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 pId, Component pTitle) -
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 pLocation) FilePackResources.FileResourcesSupplier.openFull
(PackLocationInfo pLocation, Pack.Metadata pMetadata) PathPackResources.PathResourcesSupplier.openFull
(PackLocationInfo pLocation, Pack.Metadata pMetadata) FilePackResources.FileResourcesSupplier.openPrimary
(PackLocationInfo pLocation) PathPackResources.PathResourcesSupplier.openPrimary
(PackLocationInfo pLocation) Constructors in net.minecraft.server.packs with parameters of type PackLocationInfoModifierConstructorDescriptionprotected
AbstractPackResources
(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 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 pId, Component pTitle) private PackLocationInfo
FolderRepositorySource.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 Pack
Pack.readMetaAndCreate
(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, PackType pPackType, PackSelectionConfig pSelectionConfig) static Pack.Metadata
Pack.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.ResourcesSupplier
BuiltInPackSource.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) private
Pack
(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, Pack.Metadata pMetadata, PackSelectionConfig pSelectionConfig, List<Pack> children) -
Uses of PackLocationInfo in net.neoforged.neoforge.oldtest.world
Fields in net.neoforged.neoforge.oldtest.world declared as PackLocationInfoModifier and TypeFieldDescriptionprivate final PackLocationInfo
LoginPacketSplitTest.InMemoryResourcePack.info
Methods in net.neoforged.neoforge.oldtest.world that return PackLocationInfoConstructors in net.neoforged.neoforge.oldtest.world with parameters of type PackLocationInfo -
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)