- All Implemented Interfaces:
IVec3d
-
-
Constructor Summary
Constructors
-
Method Summary
void
set(double x,
double y,
double z)
void
setXZ(double x,
double z)
void
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
-
-
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