Uses of Interface
net.minecraft.resources.IResourcePack
Packages that use IResourcePack
Package
Description
-
Uses of IResourcePack in net.minecraft.client
Methods in net.minecraft.client that return types with arguments of type IResourcePackModifier and TypeMethodDescriptionprivate static Supplier<IResourcePack>
Minecraft.adaptV3
(Supplier<IResourcePack> p_228021_0_) private static Supplier<IResourcePack>
Minecraft.adaptV4
(Supplier<IResourcePack> p_228022_0_) Methods in net.minecraft.client with parameters of type IResourcePackModifier and TypeMethodDescriptionprivate static ResourcePackInfo
Minecraft.createClientPackAdapter
(String p_228011_0_, boolean p_228011_1_, Supplier<IResourcePack> p_228011_2_, IResourcePack p_228011_3_, PackMetadataSection p_228011_4_, ResourcePackInfo.Priority p_228011_5_, IPackNameDecorator p_228011_6_) Method parameters in net.minecraft.client with type arguments of type IResourcePackModifier and TypeMethodDescriptionprivate static Supplier<IResourcePack>
Minecraft.adaptV3
(Supplier<IResourcePack> p_228021_0_) private static Supplier<IResourcePack>
Minecraft.adaptV4
(Supplier<IResourcePack> p_228022_0_) private static ResourcePackInfo
Minecraft.createClientPackAdapter
(String p_228011_0_, boolean p_228011_1_, Supplier<IResourcePack> p_228011_2_, IResourcePack p_228011_3_, PackMetadataSection p_228011_4_, ResourcePackInfo.Priority p_228011_5_, IPackNameDecorator p_228011_6_) -
Uses of IResourcePack in net.minecraft.client.resources
Classes in net.minecraft.client.resources that implement IResourcePackModifier and TypeClassDescriptionclass
class
class
Fields in net.minecraft.client.resources declared as IResourcePackModifier and TypeFieldDescriptionprivate final IResourcePack
LegacyResourcePackWrapperV4.pack
private final IResourcePack
LegacyResourcePackWrapper.source
Methods in net.minecraft.client.resources that return IResourcePackModifier and TypeMethodDescriptionprivate static IResourcePack
DownloadingPackFinder.createProgrammerArtZipPack
(File p_239460_0_) Method parameters in net.minecraft.client.resources with type arguments of type IResourcePackModifier and TypeMethodDescriptionprivate static ResourcePackInfo
DownloadingPackFinder.createProgrammerArtPack
(ResourcePackInfo.IFactory p_239454_0_, Supplier<IResourcePack> p_239454_1_) LanguageManager.extractLanguages
(Stream<IResourcePack> p_239506_0_) Constructors in net.minecraft.client.resources with parameters of type IResourcePackModifierConstructorDescriptionLegacyResourcePackWrapper
(IResourcePack p_i49785_1_, Map<ResourceLocation, ResourceLocation> p_i49785_2_) LegacyResourcePackWrapperV4
(IResourcePack p_i226053_1_) -
Uses of IResourcePack in net.minecraft.resources
Classes in net.minecraft.resources that implement IResourcePackModifier and TypeClassDescriptionclass
class
class
class
Fields in net.minecraft.resources declared as IResourcePackModifier and TypeFieldDescriptionprivate final IResourcePack
SimpleReloadableResourceManager.FailedPackException.pack
Fields in net.minecraft.resources with type parameters of type IResourcePackModifier and TypeFieldDescriptionfinal List<IResourcePack>
FallbackResourceManager.fallbacks
private final List<IResourcePack>
SimpleReloadableResourceManager.packs
private final Supplier<IResourcePack>
ResourcePackInfo.supplier
Methods in net.minecraft.resources that return IResourcePackModifier and TypeMethodDescriptionSimpleReloadableResourceManager.FailedPackException.getPack()
ResourcePackInfo.open()
Methods in net.minecraft.resources that return types with arguments of type IResourcePackModifier and TypeMethodDescriptionprivate Supplier<IResourcePack>
FolderPackFinder.createSupplier
(File p_195733_1_) FallbackResourceManager.listPacks()
IResourceManager.Instance.listPacks()
IResourceManager.listPacks()
SimpleReloadableResourceManager.listPacks()
ResourcePackList.openAllSelected()
Methods in net.minecraft.resources with parameters of type IResourcePackModifier and TypeMethodDescriptionvoid
FallbackResourceManager.add
(IResourcePack p_199021_1_) void
SimpleReloadableResourceManager.add
(IResourcePack p_199021_1_) ResourcePackInfo.IFactory.create
(String p_create_1_, boolean p_create_2_, Supplier<IResourcePack> p_create_3_, IResourcePack p_create_4_, PackMetadataSection p_create_5_, ResourcePackInfo.Priority p_create_6_, IPackNameDecorator p_create_7_) protected InputStream
FallbackResourceManager.getWrappedResource
(ResourceLocation p_199019_1_, IResourcePack p_199019_2_) Method parameters in net.minecraft.resources with type arguments of type IResourcePackModifier and TypeMethodDescriptionstatic ResourcePackInfo
ResourcePackInfo.create
(String p_195793_0_, boolean p_195793_1_, Supplier<IResourcePack> p_195793_2_, ResourcePackInfo.IFactory p_195793_3_, ResourcePackInfo.Priority p_195793_4_, IPackNameDecorator p_195793_5_) ResourcePackInfo.IFactory.create
(String p_create_1_, boolean p_create_2_, Supplier<IResourcePack> p_create_3_, IResourcePack p_create_4_, PackMetadataSection p_create_5_, ResourcePackInfo.Priority p_create_6_, IPackNameDecorator p_create_7_) IReloadableResourceManager.createFullReload
(Executor p_219537_1_, Executor p_219537_2_, CompletableFuture<Unit> p_219537_3_, List<IResourcePack> p_219537_4_) SimpleReloadableResourceManager.createFullReload
(Executor p_219537_1_, Executor p_219537_2_, CompletableFuture<Unit> p_219537_3_, List<IResourcePack> p_219537_4_) static CompletableFuture<DataPackRegistries>
DataPackRegistries.loadResources
(List<IResourcePack> p_240961_0_, Commands.EnvironmentType p_240961_1_, int p_240961_2_, Executor p_240961_3_, Executor p_240961_4_) default CompletableFuture<Unit>
IReloadableResourceManager.reload
(Executor p_219536_1_, Executor p_219536_2_, List<IResourcePack> p_219536_3_, CompletableFuture<Unit> p_219536_4_) Constructors in net.minecraft.resources with parameters of type IResourcePackModifierConstructorDescriptionFailedPackException
(IResourcePack p_i229962_1_, Throwable p_i229962_2_) ResourcePackInfo
(String p_i231421_1_, boolean p_i231421_2_, Supplier<IResourcePack> p_i231421_3_, IResourcePack p_i231421_4_, PackMetadataSection p_i231421_5_, ResourcePackInfo.Priority p_i231421_6_, IPackNameDecorator p_i231421_7_) Deprecated.ResourcePackInfo
(String p_i231421_1_, boolean p_i231421_2_, Supplier<IResourcePack> p_i231421_3_, IResourcePack p_i231421_4_, PackMetadataSection p_i231421_5_, ResourcePackInfo.Priority p_i231421_6_, IPackNameDecorator p_i231421_7_, boolean hidden) Constructor parameters in net.minecraft.resources with type arguments of type IResourcePackModifierConstructorDescriptionResourcePackInfo
(String p_i231421_1_, boolean p_i231421_2_, Supplier<IResourcePack> p_i231421_3_, IResourcePack p_i231421_4_, PackMetadataSection p_i231421_5_, ResourcePackInfo.Priority p_i231421_6_, IPackNameDecorator p_i231421_7_) Deprecated.ResourcePackInfo
(String p_i231421_1_, boolean p_i231421_2_, Supplier<IResourcePack> p_i231421_3_, IResourcePack p_i231421_4_, PackMetadataSection p_i231421_5_, ResourcePackInfo.Priority p_i231421_6_, IPackNameDecorator p_i231421_7_, boolean hidden) ResourcePackInfo
(String p_i231422_1_, boolean p_i231422_2_, Supplier<IResourcePack> p_i231422_3_, ITextComponent p_i231422_4_, ITextComponent p_i231422_5_, PackCompatibility p_i231422_6_, ResourcePackInfo.Priority p_i231422_7_, boolean p_i231422_8_, IPackNameDecorator p_i231422_9_) Deprecated.ResourcePackInfo
(String p_i231422_1_, boolean p_i231422_2_, Supplier<IResourcePack> p_i231422_3_, ITextComponent p_i231422_4_, ITextComponent p_i231422_5_, PackCompatibility p_i231422_6_, ResourcePackInfo.Priority p_i231422_7_, boolean p_i231422_8_, IPackNameDecorator p_i231422_9_, boolean hidden) -
Uses of IResourcePack in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type IResourcePackModifier and TypeFieldDescriptionstatic final ExtensionPoint<BiFunction<Minecraft,
ModFileResourcePack, IResourcePack>> ExtensionPoint.RESOURCEPACK
-
Uses of IResourcePack in net.minecraftforge.fml.packs
Classes in net.minecraftforge.fml.packs that implement IResourcePackFields in net.minecraftforge.fml.packs with type parameters of type IResourcePackModifier and TypeFieldDescriptionprivate final List<IResourcePack>
DelegatingResourcePack.delegates
private final Map<String,
List<IResourcePack>> DelegatingResourcePack.namespacesAssets
private final Map<String,
List<IResourcePack>> DelegatingResourcePack.namespacesData
Methods in net.minecraftforge.fml.packs that return types with arguments of type IResourcePackModifier and TypeMethodDescriptionprivate Map<String,
List<IResourcePack>> DelegatingResourcePack.buildNamespaceMap
(ResourcePackType type, List<IResourcePack> packList) private List<IResourcePack>
DelegatingResourcePack.getCandidatePacks
(ResourcePackType type, ResourceLocation location) Method parameters in net.minecraftforge.fml.packs with type arguments of type IResourcePackModifier and TypeMethodDescriptionprivate Map<String,
List<IResourcePack>> DelegatingResourcePack.buildNamespaceMap
(ResourcePackType type, List<IResourcePack> packList) Constructor parameters in net.minecraftforge.fml.packs with type arguments of type IResourcePackModifierConstructorDescriptionDelegatingResourcePack
(String id, String name, PackMetadataSection packInfo, List<? extends IResourcePack> packs)