Package net.minecraft
Record Class class_9782.class_9783
java.lang.Object
java.lang.Record
net.minecraft.class_9782.class_9783
- Record Components:
type-url-
- Enclosing class:
class_9782
public static record class_9782.class_9783(com.mojang.datafixers.util.Either<class_9782.class_9784,Text> type, String url)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_9782$class_9783intermediary net/minecraft/class_9782$class_9783official ali$anamed typeintermediary comp_2827official cnamed urlintermediary comp_2828official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, com.mojang.datafixers.util.Either<class_9782.class_9784, Text>> static final PacketCodec<ByteBuf, class_9782.class_9783> private final com.mojang.datafixers.util.Either<class_9782.class_9784, Text> The field for thetyperecord component.private final StringThe field for theurlrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_9783(com.mojang.datafixers.util.Either<class_9782.class_9784, Text> either, String string) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_9782.class_9783method_60663(class_9782.class_9784 class_9784, String string) static class_9782.class_9783method_60665(Text text, String string) final StringtoString()Returns a string representation of this record class.com.mojang.datafixers.util.Either<class_9782.class_9784, Text> type()Returns the value of thetyperecord component.url()Returns the value of theurlrecord component.
-
Field Details
-
type
The field for thetyperecord component. -
url
The field for theurlrecord component. -
field_51979
public static final PacketCodec<ByteBuf,com.mojang.datafixers.util.Either<class_9782.class_9784, field_51979Text>> - Mappings:
Namespace Name Mixin selector named field_51979Lnet/minecraft/class_9782$class_9783;field_51979:Lnet/minecraft/network/codec/PacketCodec;intermediary field_51979Lnet/minecraft/class_9782$class_9783;field_51979:Lnet/minecraft/class_9139;official aLali$a;a:Lyw;
-
field_51980
- Mappings:
Namespace Name Mixin selector named field_51980Lnet/minecraft/class_9782$class_9783;field_51980:Lnet/minecraft/network/codec/PacketCodec;intermediary field_51980Lnet/minecraft/class_9782$class_9783;field_51980:Lnet/minecraft/class_9139;official bLali$a;b:Lyw;
-
-
Constructor Details
-
class_9783
public class_9783(com.mojang.datafixers.util.Either<class_9782.class_9784, Text> either, String string)
-
-
Method Details
-
method_60663
- Mappings:
Namespace Name Mixin selector named method_60663Lnet/minecraft/class_9782$class_9783;method_60663(Lnet/minecraft/class_9782$class_9784;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;intermediary method_60663Lnet/minecraft/class_9782$class_9783;method_60663(Lnet/minecraft/class_9782$class_9784;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;official aLali$a;a(Lali$b;Ljava/lang/String;)Lali$a;
-
method_60665
- Mappings:
Namespace Name Mixin selector named method_60665Lnet/minecraft/class_9782$class_9783;method_60665(Lnet/minecraft/text/Text;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;intermediary method_60665Lnet/minecraft/class_9782$class_9783;method_60665(Lnet/minecraft/class_2561;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;official aLali$a;a(Lwy;Ljava/lang/String;)Lali$a;
-
method_60662
- Mappings:
Namespace Name Mixin selector named method_60662Lnet/minecraft/class_9782$class_9783;method_60662()Lnet/minecraft/text/Text;intermediary method_60662Lnet/minecraft/class_9782$class_9783;method_60662()Lnet/minecraft/class_2561;official aLali$a;a()Lwy;
-
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). -
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
url
Returns the value of theurlrecord component.- Returns:
- the value of the
urlrecord component
-