Package net.minecraft

Record Class class_11034.class_11038

java.lang.Object
java.lang.Record
net.minecraft.class_11034.class_11038
Record Components:
zMin -
zMax -
xMin -
xMax -
Enclosing class:
class_11034

private static record class_11034.class_11038(int zMin, int zMax, int xMin, int xMax) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11034$class_11038
intermediary net/minecraft/class_11034$class_11038
official cyv$d
named zMin
intermediary comp_3933
official a
named zMax
intermediary comp_3934
official b
named xMin
intermediary comp_3935
official c
named xMax
intermediary comp_3936
official d
  • Field Details

    • zMin

      private final int zMin
      The field for the zMin record component.
    • zMax

      private final int zMax
      The field for the zMax record component.
    • xMin

      private final int xMin
      The field for the xMin record component.
    • xMax

      private final int xMax
      The field for the xMax 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.
    • zMin

      public int zMin()
      Returns the value of the zMin record component.
      Returns:
      the value of the zMin record component
    • zMax

      public int zMax()
      Returns the value of the zMax record component.
      Returns:
      the value of the zMax record component
    • xMin

      public int xMin()
      Returns the value of the xMin record component.
      Returns:
      the value of the xMin record component
    • xMax

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