Package net.minecraft.resource
Record Class NamespaceResourceManager.EntryList
java.lang.Object
java.lang.Record
net.minecraft.resource.NamespaceResourceManager.EntryList
- Record Components:
- id-
- metadataId-
- fileSources-
- metaSources-
- Enclosing class:
- NamespaceResourceManager
private static record NamespaceResourceManager.EntryList(Identifier id, Identifier metadataId, List<NamespaceResourceManager.FileSource> fileSources, Map<ResourcePack,InputSupplier<InputStream>> metaSources)
extends Record 
- Mappings:
- Namespace - Name - official - ako$b- intermediary - net/minecraft/class_3294$class_7081- named - net/minecraft/resource/NamespaceResourceManager$EntryList- official - a- intermediary - comp_1005- named - id- official - b- intermediary - comp_527- named - metadataId- official - c- intermediary - comp_1006- named - fileSources- official - d- intermediary - comp_1007- named - metaSources
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<NamespaceResourceManager.FileSource>The field for thefileSourcesrecord component.private final IdentifierThe field for theidrecord component.private final IdentifierThe field for themetadataIdrecord component.private final Map<ResourcePack,InputSupplier<InputStream>> The field for themetaSourcesrecord component.
- 
Constructor SummaryConstructorsModifierConstructorDescription(package private)EntryList(Identifier id) privateEntryList(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.FileSource> list, Map<ResourcePack, InputSupplier<InputStream>> map) 
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileSourcesrecord component.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of themetadataIdrecord component.Returns the value of themetaSourcesrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
idThe field for theidrecord component.
- 
metadataIdThe field for themetadataIdrecord component.
- 
fileSourcesThe field for thefileSourcesrecord component.
- 
metaSourcesThe field for themetaSourcesrecord component.
 
- 
- 
Constructor Details- 
EntryListEntryList(Identifier id) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lako$b;<init>(Lacq;)V- intermediary - <init>- Lnet/minecraft/class_3294$class_7081;<init>(Lnet/minecraft/class_2960;)V- named - <init>- Lnet/minecraft/resource/NamespaceResourceManager$EntryList;<init>(Lnet/minecraft/util/Identifier;)V
 
- 
EntryListprivate EntryList(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.FileSource> list, Map<ResourcePack, InputSupplier<InputStream>> map) 
 
- 
- 
Method Details- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
idReturns the value of theidrecord component.- Returns:
- the value of the idrecord component
 
- 
metadataIdReturns the value of themetadataIdrecord component.- Returns:
- the value of the metadataIdrecord component
 
- 
fileSourcesReturns the value of thefileSourcesrecord component.- Returns:
- the value of the fileSourcesrecord component
 
- 
metaSourcesReturns the value of themetaSourcesrecord component.- Returns:
- the value of the metaSourcesrecord component
 
 
-