Package net.minecraft.resource
Record Class NamespaceResourceManager.EntryList
java.lang.Object
java.lang.Record
net.minecraft.resource.NamespaceResourceManager.EntryList
- Record Components:
fileLocation-metadataId-fileSources-metaSources-
- Enclosing class:
NamespaceResourceManager
private static record NamespaceResourceManager.EntryList(Identifier fileLocation, Identifier metadataId, List<NamespaceResourceManager.class_7682> fileSources, Map<ResourcePack,InputSupplier<InputStream>> metaSources)
extends Record
- Mappings:
Namespace Name official ajk$bintermediary net/minecraft/class_3294$class_7081named net/minecraft/resource/NamespaceResourceManager$EntryListofficial aintermediary comp_1005named fileLocationofficial bintermediary comp_527named metadataIdofficial cintermediary comp_1006named fileSourcesofficial dintermediary comp_1007named metaSources
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IdentifierThe field for thefileLocationrecord component.private final List<NamespaceResourceManager.class_7682>The field for thefileSourcesrecord component.private final IdentifierThe field for themetadataIdrecord component.private final Map<ResourcePack,InputSupplier<InputStream>> The field for themetaSourcesrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)EntryList(Identifier identifier) privateEntryList(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.class_7682> list, Map<ResourcePack, InputSupplier<InputStream>> map) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileLocationrecord component.Returns the value of thefileSourcesrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themetadataIdrecord component.Returns the value of themetaSourcesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
fileLocation
The field for thefileLocationrecord component. -
metadataId
The field for themetadataIdrecord component. -
fileSources
The field for thefileSourcesrecord component. -
metaSources
The field for themetaSourcesrecord component.
-
-
Constructor Details
-
EntryList
EntryList(Identifier identifier) -
EntryList
private EntryList(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.class_7682> list, Map<ResourcePack, InputSupplier<InputStream>> map)
-
-
Method Details
-
toString
Returns 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. -
hashCode
public 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. -
equals
Indicates 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). -
fileLocation
Returns the value of thefileLocationrecord component.- Returns:
- the value of the
fileLocationrecord component
-
metadataId
Returns the value of themetadataIdrecord component.- Returns:
- the value of the
metadataIdrecord component
-
fileSources
Returns the value of thefileSourcesrecord component.- Returns:
- the value of the
fileSourcesrecord component
-
metaSources
Returns the value of themetaSourcesrecord component.- Returns:
- the value of the
metaSourcesrecord component
-