Uses of Interface
net.minecraft.server.packs.PackResources
Packages that use PackResources
Package
Description
-
Uses of PackResources in net.minecraft.client
Methods in net.minecraft.client that return types with arguments of type PackResourcesModifier and TypeMethodDescriptionprivate static Supplier<PackResources>
Minecraft.adaptV3
(Supplier<PackResources> p_91331_) private static Supplier<PackResources>
Minecraft.adaptV4
(Supplier<PackResources> p_91353_) Method parameters in net.minecraft.client with type arguments of type PackResourcesModifier and TypeMethodDescriptionprivate static Supplier<PackResources>
Minecraft.adaptV3
(Supplier<PackResources> p_91331_) private static Supplier<PackResources>
Minecraft.adaptV4
(Supplier<PackResources> p_91353_) private static Pack
Minecraft.createClientPackAdapter
(String p_167934_, Component p_167935_, boolean p_167936_, Supplier<PackResources> p_167937_, PackMetadataSection p_167938_, Pack.Position p_167939_, PackSource p_167940_, boolean hidden) void
ResourceLoadStateTracker.startReload
(ResourceLoadStateTracker.ReloadReason p_168558_, List<PackResources> p_168559_) -
Uses of PackResources in net.minecraft.client.resources
Classes in net.minecraft.client.resources that implement PackResourcesModifier and TypeClassDescriptionclass
class
class
Fields in net.minecraft.client.resources declared as PackResourcesModifier and TypeFieldDescriptionprivate final PackResources
PackResourcesAdapterV4.pack
private final PackResources
LegacyPackResourcesAdapter.source
Methods in net.minecraft.client.resources that return PackResourcesModifier and TypeMethodDescriptionprivate static PackResources
ClientPackSource.createProgrammerArtZipPack
(File p_118591_) Method parameters in net.minecraft.client.resources with type arguments of type PackResourcesModifier and TypeMethodDescriptionprivate static Pack
ClientPackSource.createProgrammerArtPack
(Pack.PackConstructor p_118559_, Supplier<PackResources> p_118560_) Constructors in net.minecraft.client.resources with parameters of type PackResourcesModifierConstructorDescriptionLegacyPackResourcesAdapter
(PackResources p_118695_, Map<ResourceLocation, ResourceLocation> p_118696_) PackResourcesAdapterV4
(PackResources p_118744_) -
Uses of PackResources in net.minecraft.client.resources.language
Method parameters in net.minecraft.client.resources.language with type arguments of type PackResourcesModifier and TypeMethodDescriptionprivate static Map<String,
LanguageInfo> LanguageManager.extractLanguages
(Stream<PackResources> p_118982_) -
Uses of PackResources in net.minecraft.server.packs
Classes in net.minecraft.server.packs that implement PackResourcesModifier and TypeClassDescriptionclass
class
class
class
-
Uses of PackResources in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository with type parameters of type PackResourcesMethods in net.minecraft.server.packs.repository that return PackResourcesMethods in net.minecraft.server.packs.repository that return types with arguments of type PackResourcesModifier and TypeMethodDescriptionprivate Supplier<PackResources>
FolderRepositorySource.createSupplier
(File p_10389_) PackRepository.openAllSelected()
Method parameters in net.minecraft.server.packs.repository with type arguments of type PackResourcesModifier and TypeMethodDescriptionstatic Pack
Pack.create
(String p_10431_, boolean p_10432_, Supplier<PackResources> p_10433_, Pack.PackConstructor p_10434_, Pack.Position p_10435_, PackSource p_10436_) default Pack
Pack.PackConstructor.create
(String p_143874_, Component p_143875_, boolean p_143876_, Supplier<PackResources> p_143877_, PackMetadataSection p_143878_, Pack.Position p_143879_, PackSource p_143880_) Deprecated.Pack.PackConstructor.create
(String p_143874_, Component p_143875_, boolean p_143876_, Supplier<PackResources> p_143877_, PackMetadataSection p_143878_, Pack.Position p_143879_, PackSource p_143880_, boolean hidden) Constructor parameters in net.minecraft.server.packs.repository with type arguments of type PackResourcesModifierConstructorDescriptionPack
(String p_10420_, boolean p_10421_, Supplier<PackResources> p_10422_, Component p_10423_, Component p_10424_, PackCompatibility p_10425_, Pack.Position p_10426_, boolean p_10427_, PackSource p_10428_) Deprecated.Pack
(String p_10420_, boolean p_10421_, Supplier<PackResources> p_10422_, Component p_10423_, Component p_10424_, PackCompatibility p_10425_, Pack.Position p_10426_, boolean p_10427_, PackSource p_10428_, boolean hidden) Pack
(String p_143865_, Component p_143866_, boolean p_143867_, Supplier<PackResources> p_143868_, PackMetadataSection p_143869_, PackType p_143870_, Pack.Position p_143871_, PackSource p_143872_) Deprecated.Pack
(String p_143865_, Component p_143866_, boolean p_143867_, Supplier<PackResources> p_143868_, PackMetadataSection p_143869_, PackType p_143870_, Pack.Position p_143871_, PackSource p_143872_, boolean hidden) -
Uses of PackResources in net.minecraft.server.packs.resources
Fields in net.minecraft.server.packs.resources with type parameters of type PackResourcesModifier and TypeFieldDescriptionfinal List<PackResources>
FallbackResourceManager.fallbacks
private final List<PackResources>
MultiPackResourceManager.packs
Methods in net.minecraft.server.packs.resources that return types with arguments of type PackResourcesModifier and TypeMethodDescriptionFallbackResourceManager.listPacks()
MultiPackResourceManager.listPacks()
ReloadableResourceManager.listPacks()
ResourceManager.Empty.listPacks()
ResourceManager.listPacks()
Methods in net.minecraft.server.packs.resources with parameters of type PackResourcesModifier and TypeMethodDescriptionvoid
FallbackResourceManager.add
(PackResources p_10609_) protected InputStream
FallbackResourceManager.getWrappedResource
(ResourceLocation p_10616_, PackResources p_10617_) Method parameters in net.minecraft.server.packs.resources with type arguments of type PackResourcesModifier and TypeMethodDescriptionReloadableResourceManager.createReload
(Executor p_143930_, Executor p_143931_, CompletableFuture<Unit> p_143932_, List<PackResources> p_143933_) Constructor parameters in net.minecraft.server.packs.resources with type arguments of type PackResourcesModifierConstructorDescriptionMultiPackResourceManager
(PackType p_203797_, List<PackResources> p_203798_) -
Uses of PackResources in net.minecraftforge.resource
Classes in net.minecraftforge.resource that implement PackResourcesModifier and TypeClassDescriptionclass
class
Defines a resource pack from an arbitrary Path.Fields in net.minecraftforge.resource with type parameters of type PackResourcesModifier and TypeFieldDescriptionprivate final List<PackResources>
DelegatingResourcePack.delegates
private final Map<String,
List<PackResources>> DelegatingResourcePack.namespacesAssets
private final Map<String,
List<PackResources>> DelegatingResourcePack.namespacesData
Methods in net.minecraftforge.resource that return types with arguments of type PackResourcesModifier and TypeMethodDescriptionprivate Map<String,
List<PackResources>> DelegatingResourcePack.buildNamespaceMap
(PackType type, List<PackResources> packList) private List<PackResources>
DelegatingResourcePack.getCandidatePacks
(PackType type, ResourceLocation location) Method parameters in net.minecraftforge.resource with type arguments of type PackResourcesModifier and TypeMethodDescriptionprivate Map<String,
List<PackResources>> DelegatingResourcePack.buildNamespaceMap
(PackType type, List<PackResources> packList) Constructor parameters in net.minecraftforge.resource with type arguments of type PackResourcesModifierConstructorDescriptionDelegatingResourcePack
(String id, String name, PackMetadataSection packInfo, List<? extends PackResources> packs)