Uses of Class
net.minecraft.resource.NamespaceResourceManager.Entry
Packages that use NamespaceResourceManager.Entry
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of NamespaceResourceManager.Entry in net.minecraft.resource
Fields in net.minecraft.resource with type parameters of type NamespaceResourceManager.EntryModifier and TypeFieldDescriptionprivate final List<NamespaceResourceManager.Entry>
NamespaceResourceManager.EntryList.entries
The field for theentries
record component.Methods in net.minecraft.resource that return types with arguments of type NamespaceResourceManager.EntryModifier and TypeMethodDescriptionNamespaceResourceManager.EntryList.entries()
Returns the value of theentries
record component.Constructor parameters in net.minecraft.resource with type arguments of type NamespaceResourceManager.EntryModifierConstructorDescription(package private)
EntryList
(Identifier identifier, List<NamespaceResourceManager.Entry> list)