Package net.minecraft

Record Class class_8464.class_8465

java.lang.Object
java.lang.Record
net.minecraft.class_8464.class_8465
Record Components:
p0 -
p1 -
p2 -
Enclosing class:
class_8464

@Environment(CLIENT) public static record class_8464.class_8465(Vector3f p0, Vector3f p1, Vector3f p2) extends Record
Mappings:
Namespace Name
official fvi$a
intermediary net/minecraft/class_8464$class_8465
named net/minecraft/class_8464$class_8465
official a
intermediary comp_1450
named p0
official b
intermediary comp_1451
named p1
official c
intermediary comp_1452
named p2
  • Field Details

    • p0

      private final Vector3f p0
      The field for the p0 record component.
    • p1

      private final Vector3f p1
      The field for the p1 record component.
    • p2

      private final Vector3f p2
      The field for the p2 record component.
  • Constructor Details

  • Method Details

    • method_51056

      Mappings:
      Namespace Name Mixin selector
      official d Lfvi$a;d()Ljava/util/Collection;
      intermediary method_51056 Lnet/minecraft/class_8464$class_8465;method_51056()Ljava/util/Collection;
      named method_51056 Lnet/minecraft/class_8464$class_8465;method_51056()Ljava/util/Collection;
    • 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.
    • p0

      public Vector3f p0()
      Returns the value of the p0 record component.
      Returns:
      the value of the p0 record component
    • p1

      public Vector3f p1()
      Returns the value of the p1 record component.
      Returns:
      the value of the p1 record component
    • p2

      public Vector3f p2()
      Returns the value of the p2 record component.
      Returns:
      the value of the p2 record component