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 PackResources
PackResourcesAdapterV4.pack
private 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
Modifier and TypeMethodDescriptionstatic CompletableFuture<ServerResources>
ServerResources.loadResources(List<PackResources> p_180006_, RegistryAccess p_180007_, Commands.CommandSelection p_180008_, int p_180009_, Executor p_180010_, Executor p_180011_)
-
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 PackResources
SimpleReloadableResourceManager.ResourcePackLoadingFailure.pack
Modifier and TypeFieldDescriptionFallbackResourceManager.fallbacks
private List<PackResources>
SimpleReloadableResourceManager.packs
Modifier and TypeMethodDescriptionSimpleReloadableResourceManager.ResourcePackLoadingFailure.getPack()
Modifier and TypeMethodDescriptionFallbackResourceManager.listPacks()
ResourceManager.Empty.listPacks()
ResourceManager.listPacks()
SimpleReloadableResourceManager.listPacks()
Modifier and TypeMethodDescriptionvoid
FallbackResourceManager.add(PackResources p_10609_)
void
SimpleReloadableResourceManager.add(PackResources p_10881_)
protected InputStream
FallbackResourceManager.getWrappedResource(ResourceLocation p_10616_, PackResources p_10617_)
Modifier and TypeMethodDescriptionReloadableResourceManager.createReload(Executor p_143930_, Executor p_143931_, CompletableFuture<Unit> p_143932_, List<PackResources> p_143933_)
SimpleReloadableResourceManager.createReload(Executor p_143947_, Executor p_143948_, CompletableFuture<Unit> p_143949_, List<PackResources> p_143950_)
default CompletableFuture<Unit>
ReloadableResourceManager.reload(Executor p_10716_, Executor p_10717_, List<PackResources> p_10718_, CompletableFuture<Unit> p_10719_)
ModifierConstructorDescriptionResourcePackLoadingFailure(PackResources p_10919_, Throwable p_10920_)
-
Uses of PackResources in net.minecraftforge.fmllegacy.packs
Modifier and TypeClassDescriptionclass
class
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeFieldDescriptionprivate List<PackResources>
DelegatingResourcePack.delegates
private Map<String,List<PackResources>>
DelegatingResourcePack.namespacesAssets
private Map<String,List<PackResources>>
DelegatingResourcePack.namespacesData
Modifier and TypeMethodDescriptionprivate Map<String,List<PackResources>>
DelegatingResourcePack.buildNamespaceMap(PackType type, List<PackResources> packList)
private List<PackResources>
DelegatingResourcePack.getCandidatePacks(PackType type, ResourceLocation location)
Modifier and TypeMethodDescriptionprivate Map<String,List<PackResources>>
DelegatingResourcePack.buildNamespaceMap(PackType type, List<PackResources> packList)
ModifierConstructorDescriptionDelegatingResourcePack(String id, String name, PackMetadataSection packInfo, List<? extends PackResources> packs)
-
Uses of PackResources in net.minecraftforge.resource
Modifier and TypeClassDescriptionclass
Defines a resource pack from an arbitrary Path.