Uses of Interface
net.minecraft.resource.Resource
Packages that use Resource
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
Uses of Resource in net.minecraft.client.resource.language
Method parameters in net.minecraft.client.resource.language with type arguments of type Resource -
Uses of Resource in net.minecraft.resource
Classes in net.minecraft.resource that implement ResourceMethods in net.minecraft.resource that return ResourceModifier and TypeMethodDescriptionDefaultResourcePack.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.Methods in net.minecraft.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionNamespaceResourceManager.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.