Package net.minecraft.util
Record Class Downloader.FileInfo
java.lang.Object
java.lang.Record
net.minecraft.util.Downloader.FileInfo
- Record Components:
name
-size
-
- Enclosing class:
Downloader
- Mappings:
Namespace Name official aos$d
intermediary net/minecraft/class_9028$class_9032
named net/minecraft/util/Downloader$FileInfo
official b
intermediary comp_2147
named name
official c
intermediary comp_2148
named size
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.name()
Returns the value of thename
record component.long
size()
Returns the value of thesize
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
name
The field for thename
record component. -
size
private final long sizeThe field for thesize
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector official a
Laos$d;a:Lcom/mojang/serialization/Codec;
intermediary field_47576
Lnet/minecraft/class_9028$class_9032;field_47576:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/util/Downloader$FileInfo;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
FileInfo
FileInfo(String string, long long2)
-
-
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
name
Returns the value of thename
record component.- Returns:
- the value of the
name
record component
-
size
public long size()Returns the value of thesize
record component.- Returns:
- the value of the
size
record component
-