Uses of Class
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
Methods in net.minecraft.server with parameters of type Resource -
Uses of Resource in net.minecraft.server.packs.resources
Methods in net.minecraft.server.packs.resources that return ResourceModifier and TypeMethodDescriptionFallbackResourceManager.SinglePackResourceThunkSupplier.create()default ResourceResourceProvider.getResourceOrThrow(ResourceLocation p_215594_) Methods in net.minecraft.server.packs.resources that return types with arguments of type ResourceModifier and TypeMethodDescriptionFallbackResourceManager.EntryStack.createThunks()FallbackResourceManager.getResource(ResourceLocation p_215419_) MultiPackResourceManager.getResource(ResourceLocation p_215482_) ReloadableResourceManager.getResource(ResourceLocation p_215494_) ResourceManager.Empty.getResource(ResourceLocation p_215576_) ResourceProvider.getResource(ResourceLocation p_215592_) FallbackResourceManager.getResourceStack(ResourceLocation p_215367_) MultiPackResourceManager.getResourceStack(ResourceLocation p_215466_) ReloadableResourceManager.getResourceStack(ResourceLocation p_215486_) ResourceManager.Empty.getResourceStack(ResourceLocation p_215568_) ResourceManager.getResourceStack(ResourceLocation p_215562_) FallbackResourceManager.listResources(String p_215413_, Predicate<ResourceLocation> p_215414_) MultiPackResourceManager.listResources(String p_215476_, Predicate<ResourceLocation> p_215477_) ReloadableResourceManager.listResources(String p_215488_, Predicate<ResourceLocation> p_215489_) ResourceManager.Empty.listResources(String p_215570_, Predicate<ResourceLocation> p_215571_) ResourceManager.listResources(String p_215563_, Predicate<ResourceLocation> p_215564_) FallbackResourceManager.listResourceStacks(String p_215416_, Predicate<ResourceLocation> p_215417_) MultiPackResourceManager.listResourceStacks(String p_215479_, Predicate<ResourceLocation> p_215480_) ReloadableResourceManager.listResourceStacks(String p_215491_, Predicate<ResourceLocation> p_215492_) ResourceManager.Empty.listResourceStacks(String p_215573_, Predicate<ResourceLocation> p_215574_) ResourceManager.listResourceStacks(String p_215565_, Predicate<ResourceLocation> p_215566_) -
Uses of Resource in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type ResourceModifier and TypeMethodDescriptionstatic @Nullable TextureAtlasSpriteForgeHooksClient.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.textures
Methods in net.minecraftforge.client.textures with parameters of type ResourceModifier and TypeMethodDescriptionstatic ForgeTextureMetadataForgeTextureMetadata.forResource(Resource resource) @NotNull TextureAtlasSpriteITextureAtlasSpriteLoader.load(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) Load aTextureAtlasSpritefor 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 TypeMethodDescription@NotNull TextureAtlasSpriteCustomTASTest.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.server
Method parameters in net.minecraftforge.server with type arguments of type ResourceModifier and TypeMethodDescriptionprivate static voidLanguageHook.loadLocaleData(List<Resource> allResources)