- length() - Method in class net.risingworld.api.utils.Vector2f
-
Gets the length of this vector.
- length() - Method in class net.risingworld.api.utils.Vector2i
-
Gets the length of this vector.
- length() - Method in class net.risingworld.api.utils.Vector3f
-
Gets the length of this vector.
- length() - Method in class net.risingworld.api.utils.Vector3i
-
Gets the length of this vector.
- length() - Method in class net.risingworld.api.utils.Vector4f
-
Gets the length of this vector.
- lengthSquared() - Method in class net.risingworld.api.utils.Vector2f
-
Gets the squared length of this vector.
- lengthSquared() - Method in class net.risingworld.api.utils.Vector2i
-
Gets the squared length of this vector.
- lengthSquared() - Method in class net.risingworld.api.utils.Vector3f
-
Gets the squared length of this vector.
- lengthSquared() - Method in class net.risingworld.api.utils.Vector3i
-
Gets the squared length of this vector.
- lengthSquared() - Method in class net.risingworld.api.utils.Vector4f
-
Gets the squared length of this vector.
- Listener - Interface in net.risingworld.api.events
-
Implement this interface if your class should listen for any events.
- loadIdentity() - Method in class net.risingworld.api.utils.Quaternion
-
Sets this quaternion to 0, 0, 0, 1.
- LOCALPLAYER - Static variable in class net.risingworld.api.utils.CollisionType
-
Local player (i.e. the client the raycast is performed on)
- lookAt(Vector3f) - Method in class net.risingworld.api.utils.Quaternion
-
"Looks at" a given direction, i.e. the quaternion will be set based on the
direction.
- lookAt(float, float, float) - Method in class net.risingworld.api.utils.Quaternion
-
"Looks at" a given direction, i.e. the quaternion will be set based on the
direction.
- lookAt(Vector3f, Vector3f) - Method in class net.risingworld.api.utils.Quaternion
-
"Looks at" a given direction, i.e. the quaternion will be set based on the
direction and an up vector.