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 void
ClientLanguageMap. 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 class
SimpleResource
Methods in net.minecraft.resources that return IResource Modifier and Type Method Description IResource
FallbackResourceManager. getResource(ResourceLocation p_199002_1_)
IResource
IResourceManager. getResource(ResourceLocation p_199002_1_)
IResource
IResourceManager.Instance. getResource(ResourceLocation p_199002_1_)
IResource
SimpleReloadableResourceManager. 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 TextureAtlasSprite
ForgeHooksClient. 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 ForgeTextureMetadata
ForgeTextureMetadata. forResource(IResource resource)
TextureAtlasSprite
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 IResource Modifier and Type Method Description IResource
ExistingFileHelper. getResource(ResourceLocation loc, ResourcePackType packType)
IResource
ExistingFileHelper. 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 TextureAtlasSprite
CustomTASTest.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 void
LanguageHook. loadLocaleData(java.util.List<IResource> allResources)
-