Uses of Class
net.minecraft.resource.Resource
Packages that use Resource
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
- 
Uses of Resource in net.minecraft.client.fontMethod parameters in net.minecraft.client.font with type arguments of type ResourceModifier and TypeMethodDescriptionprivate static List<com.mojang.datafixers.util.Pair<FontManager.FontKey,FontLoader>> FontManager.loadFontProviders(List<Resource> fontResources, Identifier id) 
- 
Uses of Resource in net.minecraft.client.particleMethods in net.minecraft.client.particle with parameters of type ResourceModifier and TypeMethodDescriptionprivate Optional<List<Identifier>>ParticleManager.loadTextureList(Identifier id, Resource resource) 
- 
Uses of Resource in net.minecraft.client.renderFields in net.minecraft.client.render with type parameters of type ResourceModifier and TypeFieldDescriptionprivate final Map<Identifier,Resource> GameRenderer.CachedResourceFactory.cacheThe field for thecacherecord component.Methods in net.minecraft.client.render that return types with arguments of type ResourceModifier and TypeMethodDescriptionGameRenderer.CachedResourceFactory.cache()Returns the value of thecacherecord component.GameRenderer.CachedResourceFactory.getResource(Identifier id) Finds and returns the corresponding resource for a resource's identifier.Constructor parameters in net.minecraft.client.render with type arguments of type ResourceModifierConstructorDescriptionCachedResourceFactory(ResourceFactory resourceFactory, Map<Identifier, Resource> map) 
- 
Uses of Resource in net.minecraft.client.resource.languageMethod parameters in net.minecraft.client.resource.language with type arguments of type Resource
- 
Uses of Resource in net.minecraft.client.soundFields in net.minecraft.client.sound with type parameters of type ResourceModifier and TypeFieldDescriptionprivate Map<Identifier,Resource> SoundManager.SoundList.foundSoundsprivate final Map<Identifier,Resource> SoundManager.soundResources
- 
Uses of Resource in net.minecraft.client.textureMethods in net.minecraft.client.texture with parameters of type Resource
- 
Uses of Resource in net.minecraft.client.texture.atlasFields in net.minecraft.client.texture.atlas declared as ResourceMethods in net.minecraft.client.texture.atlas with parameters of type ResourceModifier and TypeMethodDescriptiondefault voidAtlasSource.SpriteRegions.add(Identifier id, Resource resource) Constructors in net.minecraft.client.texture.atlas with parameters of type Resource
- 
Uses of Resource in net.minecraft.resourceMethods in net.minecraft.resource that return ResourceModifier and TypeMethodDescriptionprivate static ResourceNamespaceResourceManager.createResource(ResourcePack pack, Identifier id, InputSupplier<InputStream> supplier, InputSupplier<ResourceMetadata> metadataSupplier) default ResourceResourceFactory.getResourceOrThrow(Identifier id) Methods in net.minecraft.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionLifecycledResourceManagerImpl.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) NamespaceResourceManager.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) ReloadableResourceManagerImpl.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) ResourceFinder.findAllResources(ResourceManager resourceManager) ResourceManager.Empty.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) ResourceManager.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) LifecycledResourceManagerImpl.findResources(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.NamespaceResourceManager.findResources(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ReloadableResourceManagerImpl.findResources(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ResourceFinder.findResources(ResourceManager resourceManager) ResourceManager.Empty.findResources(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.ResourceManager.findResources(String startingPath, Predicate<Identifier> allowedPathPredicate) Returns a sorted list of identifiers matching a path predicate.LifecycledResourceManagerImpl.getAllResources(Identifier id) Gets all of the available resources to the corresponding resource identifier.NamespaceResourceManager.getAllResources(Identifier id) Gets all of the available resources to the corresponding resource identifier.ReloadableResourceManagerImpl.getAllResources(Identifier id) Gets all of the available resources to the corresponding resource identifier.ResourceManager.Empty.getAllResources(Identifier id) Gets all of the available resources to the corresponding resource identifier.ResourceManager.getAllResources(Identifier id) Gets all of the available resources to the corresponding resource identifier.LifecycledResourceManagerImpl.getResource(Identifier id) Finds and returns the corresponding resource for a resource's identifier.NamespaceResourceManager.getResource(Identifier id) Finds and returns the corresponding resource for a resource's identifier.ReloadableResourceManagerImpl.getResource(Identifier id) Finds and returns the corresponding resource for a resource's identifier.ResourceFactory.getResource(Identifier id) Finds and returns the corresponding resource for a resource's identifier.ResourceManager.Empty.getResource(Identifier id) Finds and returns the corresponding resource for a resource's identifier.Method parameters in net.minecraft.resource with type arguments of type ResourceModifier and TypeMethodDescriptionstatic ResourceFactoryResourceFactory.fromMap(Map<Identifier, Resource> map) 
- 
Uses of Resource in net.minecraft.server.functionMethods in net.minecraft.server.function with parameters of type Resource