Uses of Interface
net.minecraft.resources.IResource
-
-
Uses of IResource in net.minecraft.client.resources
Method parameters in net.minecraft.client.resources with type arguments of type IResource Modifier and Type Method Description private static voidClientLanguageMap. appendFrom(java.util.List<IResource> p_239498_0_, java.util.Map<java.lang.String,java.lang.String> p_239498_1_) -
Uses of IResource in net.minecraft.resources
Classes in net.minecraft.resources that implement IResource Modifier and Type Class Description classSimpleResourceMethods in net.minecraft.resources that return IResource Modifier and Type Method Description IResourceFallbackResourceManager. getResource(ResourceLocation p_199002_1_)IResourceIResourceManager. getResource(ResourceLocation p_199002_1_)IResourceIResourceManager.Instance. getResource(ResourceLocation p_199002_1_)IResourceSimpleReloadableResourceManager. getResource(ResourceLocation p_199002_1_)Methods in net.minecraft.resources that return types with arguments of type IResource Modifier and Type Method Description java.util.List<IResource>FallbackResourceManager. getResources(ResourceLocation p_199004_1_)java.util.List<IResource>IResourceManager. getResources(ResourceLocation p_199004_1_)java.util.List<IResource>IResourceManager.Instance. getResources(ResourceLocation p_199004_1_)java.util.List<IResource>SimpleReloadableResourceManager. getResources(ResourceLocation p_199004_1_) -
Uses of IResource in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type IResource Modifier and Type Method Description static 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 Constructor Description LineReader(IResource resource) -
Uses of IResource in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type IResource Modifier and Type Method Description static ForgeTextureMetadataForgeTextureMetadata. forResource(IResource resource)TextureAtlasSpriteITextureAtlasSpriteLoader. 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 IResource Modifier and Type Method Description IResourceExistingFileHelper. getResource(ResourceLocation loc, ResourcePackType packType)IResourceExistingFileHelper. getResource(ResourceLocation loc, ResourcePackType packType, java.lang.String pathSuffix, java.lang.String pathPrefix) -
Uses of IResource in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type IResource Modifier and Type Method Description TextureAtlasSpriteCustomTASTest.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 IResource Modifier and Type Method Description private static voidLanguageHook. loadLocaleData(java.util.List<IResource> allResources)
-