Package net.minecraft

Record Class class_11034.class_11038

java.lang.Object
java.lang.Record
net.minecraft.class_11034.class_11038
Enclosing class:
class_11034

private static record class_11034.class_11038(int a, int b, int c, int d) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11034$class_11038
intermediary net/minecraft/class_11034$class_11038
official cyv$d
  • Field Details

    • a

      private final int a
      The field for the a record component.
    • b

      private final int b
      The field for the b record component.
    • c

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

      private final int d
      The field for the d record component.
  • Constructor Details

    • class_11038

      private class_11038(int int2, int int3, int int4, int int5)
  • Method Details

    • method_69508

      public static class_11034.class_11038 method_69508(ColumnPos columnPos)
      Mappings:
      Namespace Name Mixin selector
      named method_69508 Lnet/minecraft/class_11034$class_11038;method_69508(Lnet/minecraft/util/math/ColumnPos;)Lnet/minecraft/class_11034$class_11038;
      intermediary method_69508 Lnet/minecraft/class_11034$class_11038;method_69508(Lnet/minecraft/class_2265;)Lnet/minecraft/class_11034$class_11038;
      official a Lcyv$d;a(Lasd;)Lcyv$d;
    • method_69507

      public int method_69507()
      Mappings:
      Namespace Name Mixin selector
      named method_69507 Lnet/minecraft/class_11034$class_11038;method_69507()I
      intermediary method_69507 Lnet/minecraft/class_11034$class_11038;method_69507()I
      official a Lcyv$d;a()I
    • method_69511

      public int method_69511()
      Mappings:
      Namespace Name Mixin selector
      named method_69511 Lnet/minecraft/class_11034$class_11038;method_69511()I
      intermediary method_69511 Lnet/minecraft/class_11034$class_11038;method_69511()I
      official b Lcyv$d;b()I
    • method_69512

      public int method_69512(ColumnPos columnPos)
      Mappings:
      Namespace Name Mixin selector
      named method_69512 Lnet/minecraft/class_11034$class_11038;method_69512(Lnet/minecraft/util/math/ColumnPos;)I
      intermediary method_69512 Lnet/minecraft/class_11034$class_11038;method_69512(Lnet/minecraft/class_2265;)I
      official b Lcyv$d;b(Lasd;)I
    • method_69509

      public class_11034.class_11038 method_69509(class_11034.class_11038 class_11038)
      Mappings:
      Namespace Name Mixin selector
      named method_69509 Lnet/minecraft/class_11034$class_11038;method_69509(Lnet/minecraft/class_11034$class_11038;)Lnet/minecraft/class_11034$class_11038;
      intermediary method_69509 Lnet/minecraft/class_11034$class_11038;method_69509(Lnet/minecraft/class_11034$class_11038;)Lnet/minecraft/class_11034$class_11038;
      official a Lcyv$d;a(Lcyv$d;)Lcyv$d;
    • method_69510

      @Nullable public static @Nullable class_11034.class_11038 method_69510(Collection<ColumnPos> collection)
      Mappings:
      Namespace Name Mixin selector
      named method_69510 Lnet/minecraft/class_11034$class_11038;method_69510(Ljava/util/Collection;)Lnet/minecraft/class_11034$class_11038;
      intermediary method_69510 Lnet/minecraft/class_11034$class_11038;method_69510(Ljava/util/Collection;)Lnet/minecraft/class_11034$class_11038;
      official a Lcyv$d;a(Ljava/util/Collection;)Lcyv$d;
    • 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 '=='.
      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.
    • a

      public int a()
      Returns the value of the a record component.
      Returns:
      the value of the a record component
    • b

      public int b()
      Returns the value of the b record component.
      Returns:
      the value of the b record component
    • c

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

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