Package net.minecraft

Record Class class_11105

java.lang.Object
java.lang.Record
net.minecraft.class_11105

public record class_11105(String c, Text d, Text e, List<class_11109> f, List<List<class_11109>> g, List<class_11057> h, List<class_11105> i, int j) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11105
intermediary net/minecraft/class_11105
official fbx
  • Field Details

    • c

      private final String c
      The field for the c record component.
    • d

      private final Text d
      The field for the d record component.
    • e

      private final Text e
      The field for the e record component.
    • f

      private final List<class_11109> f
      The field for the f record component.
    • g

      private final List<List<class_11109>> g
      The field for the g record component.
    • h

      private final List<class_11057> h
      The field for the h record component.
    • i

      private final List<class_11105> i
      The field for the i record component.
    • j

      private final int j
      The field for the j record component.
    • field_59113

      public static final com.mojang.serialization.Codec<class_11105> field_59113
      Mappings:
      Namespace Name Mixin selector
      named field_59113 Lnet/minecraft/class_11105;field_59113:Lcom/mojang/serialization/Codec;
      intermediary field_59113 Lnet/minecraft/class_11105;field_59113:Lcom/mojang/serialization/Codec;
      official a Lfbx;a:Lcom/mojang/serialization/Codec;
    • field_59114

      public static final PacketCodec<RegistryByteBuf,class_11105> field_59114
      Mappings:
      Namespace Name Mixin selector
      named field_59114 Lnet/minecraft/class_11105;field_59114:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_59114 Lnet/minecraft/class_11105;field_59114:Lnet/minecraft/class_9139;
      official b Lfbx;b:Lzg;
  • Constructor Details

  • Method Details

    • method_69904

      public static class_11105.class_11106 method_69904(String string)
      Mappings:
      Namespace Name Mixin selector
      named method_69904 Lnet/minecraft/class_11105;method_69904(Ljava/lang/String;)Lnet/minecraft/class_11105$class_11106;
      intermediary method_69904 Lnet/minecraft/class_11105;method_69904(Ljava/lang/String;)Lnet/minecraft/class_11105$class_11106;
      official a Lfbx;a(Ljava/lang/String;)Lfbx$a;
    • method_69903

      public List<class_11109> method_69903(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      named method_69903 Lnet/minecraft/class_11105;method_69903(Lnet/minecraft/server/world/ServerWorld;)Ljava/util/List;
      intermediary method_69903 Lnet/minecraft/class_11105;method_69903(Lnet/minecraft/class_3218;)Ljava/util/List;
      official a Lfbx;a(Last;)Ljava/util/List;
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • c

      public String c()
      Returns the value of the c record component.
      Returns:
      the value of the c record component
    • d

      public Text d()
      Returns the value of the d record component.
      Returns:
      the value of the d record component
    • e

      public Text e()
      Returns the value of the e record component.
      Returns:
      the value of the e record component
    • f

      public List<class_11109> f()
      Returns the value of the f record component.
      Returns:
      the value of the f record component
    • g

      public List<List<class_11109>> g()
      Returns the value of the g record component.
      Returns:
      the value of the g record component
    • h

      public List<class_11057> h()
      Returns the value of the h record component.
      Returns:
      the value of the h record component
    • i

      public List<class_11105> i()
      Returns the value of the i record component.
      Returns:
      the value of the i record component
    • j

      public int j()
      Returns the value of the j record component.
      Returns:
      the value of the j record component