Record Class CubeFace.Corner

java.lang.Object
java.lang.Record
net.minecraft.client.render.model.CubeFace.Corner
Record Components:
xSide -
ySide -
zSide -
Enclosing class:
CubeFace

@Environment(CLIENT) public static record CubeFace.Corner(CubeFace.class_12350 xSide, CubeFace.class_12350 ySide, CubeFace.class_12350 zSide) extends Record
Mappings:
Namespace Name
named net/minecraft/client/render/model/CubeFace$Corner
intermediary net/minecraft/class_753$class_755
official hoa$b
named xSide
intermediary comp_5233
official a
named ySide
intermediary comp_5234
official b
named zSide
intermediary comp_5235
official c
  • Field Details

  • Constructor Details

  • Method Details

    • method_76646

      public Vector3f method_76646(Vector3fc vector3fc, Vector3fc vector3fc2)
      Mappings:
      Namespace Name Mixin selector
      named method_76646 Lnet/minecraft/client/render/model/CubeFace$Corner;method_76646(Lorg/joml/Vector3fc;Lorg/joml/Vector3fc;)Lorg/joml/Vector3f;
      intermediary method_76646 Lnet/minecraft/class_753$class_755;method_76646(Lorg/joml/Vector3fc;Lorg/joml/Vector3fc;)Lorg/joml/Vector3f;
      official a Lhoa$b;a(Lorg/joml/Vector3fc;Lorg/joml/Vector3fc;)Lorg/joml/Vector3f;
    • 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.
    • xSide

      public CubeFace.class_12350 xSide()
      Returns the value of the xSide record component.
      Returns:
      the value of the xSide record component
    • ySide

      public CubeFace.class_12350 ySide()
      Returns the value of the ySide record component.
      Returns:
      the value of the ySide record component
    • zSide

      public CubeFace.class_12350 zSide()
      Returns the value of the zSide record component.
      Returns:
      the value of the zSide record component