Uses of Interface
net.minecraft.resources.IResource
Packages that use IResource
Package
Description
-
Uses of IResource in net.minecraft.client.resources
Method parameters in net.minecraft.client.resources with type arguments of type IResource -
Uses of IResource in net.minecraft.resources
Classes in net.minecraft.resources that implement IResourceMethods in net.minecraft.resources that return IResourceModifier and TypeMethodDescriptionFallbackResourceManager.getResource(ResourceLocation p_199002_1_) IResourceManager.getResource(ResourceLocation p_199002_1_) IResourceManager.Instance.getResource(ResourceLocation p_199002_1_) SimpleReloadableResourceManager.getResource(ResourceLocation p_199002_1_) Methods in net.minecraft.resources that return types with arguments of type IResourceModifier and TypeMethodDescriptionFallbackResourceManager.getResources(ResourceLocation p_199004_1_) IResourceManager.getResources(ResourceLocation p_199004_1_) IResourceManager.Instance.getResources(ResourceLocation p_199004_1_) SimpleReloadableResourceManager.getResources(ResourceLocation p_199004_1_) -
Uses of IResource in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type IResourceModifier and TypeMethodDescriptionstatic TextureAtlasSpriteForgeHooksClient.loadTextureAtlasSprite(AtlasTexture atlasTexture, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) -
Uses of IResource in net.minecraftforge.client.model.obj
Constructors in net.minecraftforge.client.model.obj with parameters of type IResource -
Uses of IResource in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type IResourceModifier and TypeMethodDescriptionstatic ForgeTextureMetadataForgeTextureMetadata.forResource(IResource resource) ITextureAtlasSpriteLoader.load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) Load a TextureAtlasSprite for the given resource. -
Uses of IResource in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data that return IResourceModifier and TypeMethodDescriptionExistingFileHelper.getResource(ResourceLocation loc, ResourcePackType packType) ExistingFileHelper.getResource(ResourceLocation loc, ResourcePackType packType, String pathSuffix, String pathPrefix) -
Uses of IResource in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type IResourceModifier and TypeMethodDescriptionCustomTASTest.TasLoader.load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) -
Uses of IResource in net.minecraftforge.fml.server
Method parameters in net.minecraftforge.fml.server with type arguments of type IResourceModifier and TypeMethodDescriptionprivate static voidLanguageHook.loadLocaleData(List<IResource> allResources)