Package net.minecraft.resource
Record Class NamespaceResourceManager.class_7081
java.lang.Object
java.lang.Record
net.minecraft.resource.NamespaceResourceManager.class_7081
- Record Components:
metadataLocation-entries-
- Enclosing class:
NamespaceResourceManager
private static record NamespaceResourceManager.class_7081(Identifier metadataLocation, List<NamespaceResourceManager.class_7083> entries)
extends Record
- Mappings:
Namespace Name official agb$aintermediary net/minecraft/class_3294$class_7081named net/minecraft/resource/NamespaceResourceManager$class_7081official aintermediary comp_527named metadataLocationofficial bintermediary comp_528named entries
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<NamespaceResourceManager.class_7083>The field for theentriesrecord component.private final IdentifierThe field for themetadataLocationrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7081(Identifier identifier, List<NamespaceResourceManager.class_7083> list) -
Method Summary
Modifier and TypeMethodDescriptionentries()Returns the value of theentriesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themetadataLocationrecord component.(package private) List<class_7086>final StringtoString()Returns a string representation of this record class.
-
Field Details
-
metadataLocation
The field for themetadataLocationrecord component. -
entries
The field for theentriesrecord component.
-
-
Constructor Details
-
class_7081
class_7081(Identifier identifier, List<NamespaceResourceManager.class_7083> list)
-
-
Method Details
-
method_41266
List<class_7086> method_41266()- Mappings:
Namespace Name Mixin selector official cLagb$a;c()Ljava/util/List;intermediary method_41266Lnet/minecraft/class_3294$class_7081;method_41266()Ljava/util/List;named method_41266Lnet/minecraft/resource/NamespaceResourceManager$class_7081;method_41266()Ljava/util/List;
-
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). -
metadataLocation
Returns the value of themetadataLocationrecord component.- Returns:
- the value of the
metadataLocationrecord component
-
entries
Returns the value of theentriesrecord component.- Returns:
- the value of the
entriesrecord component
-