Uses of Record Class
net.minecraft.resource.NamespaceResourceManager.FileSource
Packages that use NamespaceResourceManager.FileSource
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of NamespaceResourceManager.FileSource in net.minecraft.resource
Fields in net.minecraft.resource with type parameters of type NamespaceResourceManager.FileSourceModifier and TypeFieldDescriptionprivate final List
<NamespaceResourceManager.FileSource> NamespaceResourceManager.EntryList.fileSources
The field for thefileSources
record component.Methods in net.minecraft.resource that return types with arguments of type NamespaceResourceManager.FileSourceModifier and TypeMethodDescriptionNamespaceResourceManager.EntryList.fileSources()
Returns the value of thefileSources
record component.Constructor parameters in net.minecraft.resource with type arguments of type NamespaceResourceManager.FileSourceModifierConstructorDescriptionprivate
EntryList
(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.FileSource> list, Map<ResourcePack, InputSupplier<InputStream>> map)