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_9783
intermediary net/minecraft/class_9782$class_9783
official ali$a
named type
intermediary comp_2827
official c
named url
intermediary comp_2828
official d
  • Field Details

    • type

      private final com.mojang.datafixers.util.Either<class_9782.class_9784,Text> type
      The field for the type record component.
    • url

      private final String url
      The field for the url record component.
    • field_51979

      public static final PacketCodec<ByteBuf,com.mojang.datafixers.util.Either<class_9782.class_9784,Text>> field_51979
      Mappings:
      Namespace Name Mixin selector
      named field_51979 Lnet/minecraft/class_9782$class_9783;field_51979:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_51979 Lnet/minecraft/class_9782$class_9783;field_51979:Lnet/minecraft/class_9139;
      official a Lali$a;a:Lyw;
    • field_51980

      public static final PacketCodec<ByteBuf,class_9782.class_9783> field_51980
      Mappings:
      Namespace Name Mixin selector
      named field_51980 Lnet/minecraft/class_9782$class_9783;field_51980:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_51980 Lnet/minecraft/class_9782$class_9783;field_51980:Lnet/minecraft/class_9139;
      official b Lali$a;b:Lyw;
  • Constructor Details

  • Method Details

    • method_60663

      public static class_9782.class_9783 method_60663(class_9782.class_9784 class_9784, String string)
      Mappings:
      Namespace Name Mixin selector
      named method_60663 Lnet/minecraft/class_9782$class_9783;method_60663(Lnet/minecraft/class_9782$class_9784;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;
      intermediary method_60663 Lnet/minecraft/class_9782$class_9783;method_60663(Lnet/minecraft/class_9782$class_9784;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;
      official a Lali$a;a(Lali$b;Ljava/lang/String;)Lali$a;
    • method_60665

      public static class_9782.class_9783 method_60665(Text text, String string)
      Mappings:
      Namespace Name Mixin selector
      named method_60665 Lnet/minecraft/class_9782$class_9783;method_60665(Lnet/minecraft/text/Text;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;
      intermediary method_60665 Lnet/minecraft/class_9782$class_9783;method_60665(Lnet/minecraft/class_2561;Ljava/lang/String;)Lnet/minecraft/class_9782$class_9783;
      official a Lali$a;a(Lwy;Ljava/lang/String;)Lali$a;
    • method_60662

      public Text method_60662()
      Mappings:
      Namespace Name Mixin selector
      named method_60662 Lnet/minecraft/class_9782$class_9783;method_60662()Lnet/minecraft/text/Text;
      intermediary method_60662 Lnet/minecraft/class_9782$class_9783;method_60662()Lnet/minecraft/class_2561;
      official a Lali$a;a()Lwy;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • type

      public com.mojang.datafixers.util.Either<class_9782.class_9784,Text> type()
      Returns the value of the type record component.
      Returns:
      the value of the type record component
    • url

      public String url()
      Returns the value of the url record component.
      Returns:
      the value of the url record component