Uses of Record Class
net.minecraft.resource.NamespaceResourceManager.FileSource
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of NamespaceResourceManager.FileSource in net.minecraft.resource
Modifier and TypeFieldDescriptionprivate final List<NamespaceResourceManager.FileSource>
NamespaceResourceManager.EntryList.fileSources
The field for thefileSources
record component.Modifier and TypeMethodDescriptionNamespaceResourceManager.EntryList.fileSources()
Returns the value of thefileSources
record component.ModifierConstructorDescriptionprivate
EntryList
(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.FileSource> list, Map<ResourcePack, InputSupplier<InputStream>> map)