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.Provider>> FontManager.loadFontProviders(List<Resource> fontResources, Identifier id) 
- 
Uses of Resource in net.minecraft.client.glMethods in net.minecraft.client.gl with parameters of type ResourceModifier and TypeMethodDescriptionprivate static voidShaderLoader.loadDefinition(Identifier id, Resource resource, ImmutableMap.Builder<Identifier, ShaderProgramDefinition> builder) private static voidShaderLoader.loadPostEffect(Identifier id, Resource resource, ImmutableMap.Builder<Identifier, PostEffectPipeline> builder) private static voidShaderLoader.loadShaderSource(Identifier id, Resource resource, CompiledShader.Type type, Map<Identifier, Resource> allResources, ImmutableMap.Builder<ShaderLoader.ShaderSourceKey, String> builder) Method parameters in net.minecraft.client.gl with type arguments of type ResourceModifier and TypeMethodDescriptionprivate static GlImportProcessorShaderLoader.createImportProcessor(Map<Identifier, Resource> allResources, Identifier id) private static voidShaderLoader.loadShaderSource(Identifier id, Resource resource, CompiledShader.Type type, Map<Identifier, Resource> allResources, ImmutableMap.Builder<ShaderLoader.ShaderSourceKey, String> builder) 
- 
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.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.registryMethods in net.minecraft.registry with parameters of type ResourceModifier and TypeMethodDescriptionprivate static <E> voidRegistryLoader.parseAndAdd(MutableRegistry<E> registry, com.mojang.serialization.Decoder<E> decoder, RegistryOps<JsonElement> ops, RegistryKey<E> key, Resource resource, RegistryEntryInfo entryInfo) 
- 
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