Uses of Interface
net.minecraft.server.packs.resources.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in net.minecraft.client.resources.language
Method parameters in net.minecraft.client.resources.language with type arguments of type Resource -
Uses of Resource in net.minecraft.server.packs
Methods in net.minecraft.server.packs that return Resource -
Uses of Resource in net.minecraft.server.packs.resources
Classes in net.minecraft.server.packs.resources that implement ResourceMethods in net.minecraft.server.packs.resources that return ResourceModifier and TypeMethodDescriptionFallbackResourceManager.getResource(ResourceLocation p_10614_)
ResourceManager.Empty.getResource(ResourceLocation p_10742_)
ResourceProvider.getResource(ResourceLocation p_143935_)
SimpleReloadableResourceManager.getResource(ResourceLocation p_10895_)
Methods in net.minecraft.server.packs.resources that return types with arguments of type ResourceModifier and TypeMethodDescriptionFallbackResourceManager.getResources(ResourceLocation p_10623_)
ResourceManager.Empty.getResources(ResourceLocation p_10747_)
ResourceManager.getResources(ResourceLocation p_10730_)
SimpleReloadableResourceManager.getResources(ResourceLocation p_10906_)
-
Uses of Resource in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type ResourceModifier and TypeMethodDescriptionstatic TextureAtlasSprite
ForgeHooksClient.loadTextureAtlasSprite(TextureAtlas textureAtlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
-
Uses of Resource in net.minecraftforge.client.model.obj
Constructors in net.minecraftforge.client.model.obj with parameters of type Resource -
Uses of Resource in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type ResourceModifier and TypeMethodDescriptionstatic ForgeTextureMetadata
ForgeTextureMetadata.forResource(Resource resource)
ITextureAtlasSpriteLoader.load(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
Load a TextureAtlasSprite for the given resource. -
Uses of Resource in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data that return ResourceModifier and TypeMethodDescriptionExistingFileHelper.getResource(ResourceLocation loc, PackType packType)
ExistingFileHelper.getResource(ResourceLocation loc, PackType packType, String pathSuffix, String pathPrefix)
-
Uses of Resource in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type ResourceModifier and TypeMethodDescriptionCustomTASTest.TasLoader.load(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
-
Uses of Resource in net.minecraftforge.fmllegacy.server
Method parameters in net.minecraftforge.fmllegacy.server with type arguments of type ResourceModifier and TypeMethodDescriptionprivate static void
LanguageHook.loadLocaleData(List<Resource> allResources)