Uses of Class
net.minecraft.resource.ResourceRef
Packages that use ResourceRef
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourceRef in net.minecraft.client.resource.language
Method parameters in net.minecraft.client.resource.language with type arguments of type ResourceRef -
Uses of ResourceRef in net.minecraft.resource
Methods in net.minecraft.resource that return ResourceRefMethods in net.minecraft.resource that return types with arguments of type ResourceRefModifier and TypeMethodDescriptionLifecycledResourceManagerImpl.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) NamespaceResourceManager.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) ReloadableResourceManagerImpl.findAllResources(String startingPath, Predicate<Identifier> allowedPathPredicate) 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.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.(package private) List<ResourceRef>NamespaceResourceManager.EntryList.toReferenceList() -
Uses of ResourceRef in net.minecraft.server.function
Methods in net.minecraft.server.function with parameters of type ResourceRef