Interface WritableVector3f
-
- All Superinterfaces:
WritableVector2f
- All Known Subinterfaces:
WritableVector4f
public interface WritableVector3f extends WritableVector2f
Writable interface to Vector3fs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(float x, float y, float z)
Set the X,Y,Z valuesvoid
setZ(float z)
Set the Z value-
Methods inherited from interface net.lax1dude.eaglercraft.v1_8.vector.WritableVector2f
set, setX, setY
-
-