Uses of Interface
net.minecraft.resource.Resource
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of Resource in net.minecraft.client.resource.language
-
Uses of Resource in net.minecraft.resource
Modifier and TypeMethodDescriptionDefaultResourcePack.getResource
(Identifier id) Finds and returns the corresponding resource for a resource's 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.Modifier and TypeMethodDescriptionLifecycledResourceManagerImpl.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.