Package net.minecraft
Record Class class_8218
java.lang.Object
java.lang.Record
net.minecraft.class_8218
- Record Components:
sinHalf-cosHalf-
- Mappings:
Namespace Name official eintermediary net/minecraft/class_8218named net/minecraft/class_8218official aintermediary comp_1317named sinHalfofficial bintermediary comp_1318named cosHalf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatcosHalf()Returns the value of thecosHalfrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_8218method_49726(float float2) static class_8218method_49727(float float2, float float3) method_49728(Matrix3f matrix3f) method_49729(Quaternionf quaternionf) floatmethod_49731(Matrix3f matrix3f) method_49732(Quaternionf quaternionf) floatmethod_49734(Matrix3f matrix3f) method_49735(Quaternionf quaternionf) floatsinHalf()Returns the value of thesinHalfrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_8218
public class_8218(float float2, float float3)
-
-
Method Details
-
method_49727
- Mappings:
Namespace Name Mixin selector official aLe;a(FF)Le;intermediary method_49727Lnet/minecraft/class_8218;method_49727(FF)Lnet/minecraft/class_8218;named method_49727Lnet/minecraft/class_8218;method_49727(FF)Lnet/minecraft/class_8218;
-
method_49726
- Mappings:
Namespace Name Mixin selector official aLe;a(F)Le;intermediary method_49726Lnet/minecraft/class_8218;method_49726(F)Lnet/minecraft/class_8218;named method_49726Lnet/minecraft/class_8218;method_49726(F)Lnet/minecraft/class_8218;
-
method_49725
- Mappings:
Namespace Name Mixin selector official aLe;a()Le;intermediary method_49725Lnet/minecraft/class_8218;method_49725()Lnet/minecraft/class_8218;named method_49725Lnet/minecraft/class_8218;method_49725()Lnet/minecraft/class_8218;
-
method_49729
- Mappings:
Namespace Name Mixin selector official aLe;a(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;intermediary method_49729Lnet/minecraft/class_8218;method_49729(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;named method_49729Lnet/minecraft/class_8218;method_49729(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
-
method_49732
- Mappings:
Namespace Name Mixin selector official bLe;b(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;intermediary method_49732Lnet/minecraft/class_8218;method_49732(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;named method_49732Lnet/minecraft/class_8218;method_49732(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
-
method_49735
- Mappings:
Namespace Name Mixin selector official cLe;c(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;intermediary method_49735Lnet/minecraft/class_8218;method_49735(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;named method_49735Lnet/minecraft/class_8218;method_49735(Lorg/joml/Quaternionf;)Lorg/joml/Quaternionf;
-
method_49730
public float method_49730()- Mappings:
Namespace Name Mixin selector official bLe;b()Fintermediary method_49730Lnet/minecraft/class_8218;method_49730()Fnamed method_49730Lnet/minecraft/class_8218;method_49730()F
-
method_49733
public float method_49733()- Mappings:
Namespace Name Mixin selector official cLe;c()Fintermediary method_49733Lnet/minecraft/class_8218;method_49733()Fnamed method_49733Lnet/minecraft/class_8218;method_49733()F
-
method_49728
- Mappings:
Namespace Name Mixin selector official aLe;a(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;intermediary method_49728Lnet/minecraft/class_8218;method_49728(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;named method_49728Lnet/minecraft/class_8218;method_49728(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
-
method_49731
- Mappings:
Namespace Name Mixin selector official bLe;b(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;intermediary method_49731Lnet/minecraft/class_8218;method_49731(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;named method_49731Lnet/minecraft/class_8218;method_49731(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
-
method_49734
- Mappings:
Namespace Name Mixin selector official cLe;c(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;intermediary method_49734Lnet/minecraft/class_8218;method_49734(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;named method_49734Lnet/minecraft/class_8218;method_49734(Lorg/joml/Matrix3f;)Lorg/joml/Matrix3f;
-
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. -
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. -
equals
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 '=='. -
sinHalf
public float sinHalf()Returns the value of thesinHalfrecord component.- Returns:
- the value of the
sinHalfrecord component
-
cosHalf
public float cosHalf()Returns the value of thecosHalfrecord component.- Returns:
- the value of the
cosHalfrecord component
-