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 p_326492_, Component p_326472_) -
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 p_326441_) 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 PackLocationInfoModifierConstructorDescriptionprotected
AbstractPackResources
(PackLocationInfo p_326071_) FilePackResources
(PackLocationInfo p_326506_, FilePackResources.SharedZipFileAccess p_296014_, String p_256076_) PathPackResources
(PackLocationInfo p_326080_, Path p_256025_) (package private)
VanillaPackResources
(PackLocationInfo p_326444_, BuiltInMetadata p_249743_, Set<String> p_250468_, List<Path> p_248798_, Map<PackType, List<Path>> p_251106_) -
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 p_326487_, Component p_326454_) private PackLocationInfo
FolderRepositorySource.createDiscoveredFilePackInfo
(Path p_326163_) Pack.location()
Methods in net.minecraft.server.packs.repository with parameters of type PackLocationInfoModifier and TypeMethodDescriptionPack.ResourcesSupplier.openFull
(PackLocationInfo p_326241_, Pack.Metadata p_325959_) Pack.ResourcesSupplier.openPrimary
(PackLocationInfo p_326301_) static Pack
Pack.readMetaAndCreate
(PackLocationInfo p_326065_, Pack.ResourcesSupplier p_252210_, PackType p_250595_, PackSelectionConfig p_326429_) static Pack.Metadata
Pack.readPackMetadata
(PackLocationInfo p_326060_, Pack.ResourcesSupplier p_326166_, int p_326341_) 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 p_326123_, Pack.ResourcesSupplier p_249377_, Pack.Metadata p_326375_, PackSelectionConfig p_326282_) private
Pack
(PackLocationInfo p_326123_, Pack.ResourcesSupplier p_249377_, Pack.Metadata p_326375_, PackSelectionConfig p_326282_, 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)