Uses of Interface
net.minecraft.server.packs.PackResources
Package
Description
-
Uses of PackResources in net.minecraft.client
Modifier and TypeMethodDescriptionprivate static Supplier<PackResources>
Minecraft.adaptV3
(Supplier<PackResources> p_91331_) private static Supplier<PackResources>
Minecraft.adaptV4
(Supplier<PackResources> p_91353_) Modifier 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
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeFieldDescriptionprivate final PackResources
PackResourcesAdapterV4.pack
private final PackResources
LegacyPackResourcesAdapter.source
Modifier and TypeMethodDescriptionprivate static PackResources
ClientPackSource.createProgrammerArtZipPack
(File p_118591_) Modifier and TypeMethodDescriptionprivate static Pack
ClientPackSource.createProgrammerArtPack
(Pack.PackConstructor p_118559_, Supplier<PackResources> p_118560_) ModifierConstructorDescriptionLegacyPackResourcesAdapter
(PackResources p_118695_, Map<ResourceLocation, ResourceLocation> p_118696_) PackResourcesAdapterV4
(PackResources p_118744_) -
Uses of PackResources in net.minecraft.client.resources.language
Modifier and TypeMethodDescriptionprivate static Map<String,
LanguageInfo> LanguageManager.extractLanguages
(Stream<PackResources> p_118982_) -
Uses of PackResources in net.minecraft.server.packs
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of PackResources in net.minecraft.server.packs.repository
Modifier and TypeMethodDescriptionprivate Supplier<PackResources>
FolderRepositorySource.createSupplier
(File p_10389_) PackRepository.openAllSelected()
Modifier 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) ModifierConstructorDescriptionPack
(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
Modifier and TypeFieldDescriptionprivate final PackResources
FallbackResourceManager.PackEntry.resources
The field for theresources
record component.private final PackResources
FallbackResourceManager.SinglePackResourceThunkSupplier.source
Modifier and TypeFieldDescriptionprivate final List<PackResources>
MultiPackResourceManager.packs
Modifier and TypeMethodDescriptionFallbackResourceManager.PackEntry.resources()
Returns the value of theresources
record component.Modifier and TypeMethodDescriptionFallbackResourceManager.listPacks()
MultiPackResourceManager.listPacks()
ReloadableResourceManager.listPacks()
ResourceManager.Empty.listPacks()
ResourceManager.listPacks()
Modifier and TypeMethodDescription(package private) Resource.IoSupplier<InputStream>
FallbackResourceManager.createResourceGetter
(ResourceLocation p_215375_, PackResources p_215376_) private ResourceFilterSection
MultiPackResourceManager.getPackFilterSection
(PackResources p_215468_) void
FallbackResourceManager.push
(PackResources p_215378_) void
FallbackResourceManager.push
(PackResources p_215383_, Predicate<ResourceLocation> p_215384_) private void
FallbackResourceManager.pushInternal
(String p_215396_, PackResources p_215397_, Predicate<ResourceLocation> p_215398_) Modifier and TypeMethodDescriptionReloadableResourceManager.createReload
(Executor p_143930_, Executor p_143931_, CompletableFuture<Unit> p_143932_, List<PackResources> p_143933_) ModifierConstructorDescription(package private)
PackEntry
(String name, PackResources resources, Predicate<ResourceLocation> filter) Creates an instance of aPackEntry
record class.(package private)
SinglePackResourceThunkSupplier
(ResourceLocation p_215457_, ResourceLocation p_215458_, PackResources p_215459_) ModifierConstructorDescriptionMultiPackResourceManager
(PackType p_203797_, List<PackResources> p_203798_) -
Uses of PackResources in net.minecraftforge.resource
Modifier and TypeClassDescriptionclass
class
Defines a resource pack from an arbitrary Path.Modifier and TypeFieldDescriptionprivate final List<PackResources>
DelegatingPackResources.delegates
private Map<String,
List<PackResources>> DelegatingPackResources.namespacesAssets
private Map<String,
List<PackResources>> DelegatingPackResources.namespacesData
Modifier and TypeMethodDescriptionprivate Map<String,
List<PackResources>> DelegatingPackResources.buildNamespaceMap
(PackType type, List<PackResources> packList) private List<PackResources>
DelegatingPackResources.getCandidatePacks
(PackType type, ResourceLocation location) Modifier and TypeMethodDescriptionprivate Map<String,
List<PackResources>> DelegatingPackResources.buildNamespaceMap
(PackType type, List<PackResources> packList) ModifierConstructorDescriptionDelegatingPackResources
(String id, String name, PackMetadataSection packInfo, List<? extends PackResources> packs)