Package net.minecraft
Record Class class_9028.class_9033
java.lang.Object
java.lang.Record
net.minecraft.class_9028.class_9033
- Record Components:
id
-url
-time
-hash
-errorOrFileInfo
-
- Enclosing class:
class_9028
private static record class_9028.class_9033(UUID id, String url, Instant time, Optional<String> hash, com.mojang.datafixers.util.Either<String,class_9028.class_9032> errorOrFileInfo)
extends Record
- Mappings:
Namespace Name official aor$e
intermediary net/minecraft/class_9028$class_9033
named net/minecraft/class_9028$class_9033
official b
intermediary comp_2149
named id
official c
intermediary comp_2150
named url
official d
intermediary comp_2151
named time
official e
intermediary comp_2152
named hash
official f
intermediary comp_2153
named errorOrFileInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.datafixers.util.Either<String,
class_9028.class_9032> The field for theerrorOrFileInfo
record component.static final com.mojang.serialization.Codec<class_9028.class_9033>
The field for thehash
record component.private final UUID
The field for theid
record component.private final Instant
The field for thetime
record component.private final String
The field for theurl
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_9033
(UUID uUID, String string, Instant instant, Optional<String> optional, com.mojang.datafixers.util.Either<String, class_9028.class_9032> either) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.com.mojang.datafixers.util.Either<String,
class_9028.class_9032> Returns the value of theerrorOrFileInfo
record component.hash()
Returns the value of thehash
record component.final int
hashCode()
Returns a hash code value for this object.id()
Returns the value of theid
record component.time()
Returns the value of thetime
record component.final String
toString()
Returns a string representation of this record class.url()
Returns the value of theurl
record component.
-
Field Details
-
id
The field for theid
record component. -
url
The field for theurl
record component. -
time
The field for thetime
record component. -
hash
The field for thehash
record component. -
errorOrFileInfo
The field for theerrorOrFileInfo
record component. -
field_47577
- Mappings:
Namespace Name Mixin selector official a
Laor$e;a:Lcom/mojang/serialization/Codec;
intermediary field_47577
Lnet/minecraft/class_9028$class_9033;field_47577:Lcom/mojang/serialization/Codec;
named field_47577
Lnet/minecraft/class_9028$class_9033;field_47577:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9033
-
-
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)
. -
id
Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-
url
Returns the value of theurl
record component.- Returns:
- the value of the
url
record component
-
time
Returns the value of thetime
record component.- Returns:
- the value of the
time
record component
-
hash
Returns the value of thehash
record component.- Returns:
- the value of the
hash
record component
-
errorOrFileInfo
Returns the value of theerrorOrFileInfo
record component.- Returns:
- the value of the
errorOrFileInfo
record component
-