Uses of Interface
net.minecraft.resources.IResource
Package
Description
-
Uses of IResource in net.minecraft.client.resources
-
Uses of IResource in net.minecraft.resources
Modifier 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_) Modifier 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
Modifier and TypeMethodDescriptionstatic 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
-
Uses of IResource in net.minecraftforge.client.textures
Modifier and TypeMethodDescriptionstatic ForgeTextureMetadata
ForgeTextureMetadata.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprivate static void
LanguageHook.loadLocaleData
(List<IResource> allResources)