Uses of Interface
net.minecraft.resource.Resource
| Package | Description |
|---|---|
| net.minecraft.client.resource.language | |
| net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
-
Uses of Resource in net.minecraft.client.resource.language
-
Uses of Resource in net.minecraft.resource
Classes in net.minecraft.resource that implement Resource Modifier and Type Class Description classResourceImplMethods in net.minecraft.resource that return Resource Modifier and Type Method Description ResourceDefaultResourcePack. getResource(Identifier id)Finds and returns the corresponding resource for a resource's identifier.ResourceNamespaceResourceManager. getResource(Identifier id)Finds and returns the corresponding resource for a resource's identifier.ResourceReloadableResourceManagerImpl. getResource(Identifier id)Finds and returns the corresponding resource for a resource's identifier.ResourceResourceFactory. getResource(Identifier id)Finds and returns the corresponding resource for a resource's identifier.ResourceResourceManager.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 Resource Modifier and Type Method Description List<Resource>NamespaceResourceManager. getAllResources(Identifier id)Gets all of the available resources to the corresponding resource identifier.List<Resource>ReloadableResourceManagerImpl. getAllResources(Identifier id)Gets all of the available resources to the corresponding resource identifier.List<Resource>ResourceManager.Empty. getAllResources(Identifier id)Gets all of the available resources to the corresponding resource identifier.List<Resource>ResourceManager. getAllResources(Identifier id)Gets all of the available resources to the corresponding resource identifier.