Class Vec3dMixin

java.lang.Object
meteordevelopment.meteorclient.mixin.Vec3dMixin
All Implemented Interfaces:
IVec3d

public class Vec3dMixin extends Object implements IVec3d
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
     
    double
     
    double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(double x, double y, double z)
     
    void
    setXZ(double x, double z)
     
    void
    setY(double y)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface meteordevelopment.meteorclient.mixininterface.IVec3d

    set, set
  • Field Details

    • x

      public double x
    • y

      public double y
    • z

      public double z
  • Constructor Details

    • Vec3dMixin

      public Vec3dMixin()
  • Method Details

    • set

      public void set(double x, double y, double z)
      Specified by:
      set in interface IVec3d
    • setXZ

      public void setXZ(double x, double z)
      Specified by:
      setXZ in interface IVec3d
    • setY

      public void setY(double y)
      Specified by:
      setY in interface IVec3d