- MapMarker - Enum in net.risingworld.api.objects
-
AS OF VERSION 0.8.2.2, MAP MARKERS DO NOT WORK YET
An enum representing various map marker types.
- MathUtils() - Constructor for class net.risingworld.api.utils.Utils.MathUtils
-
- ModelInformation - Class in net.risingworld.api.utils
-
Represents a custom 3D model file.
- ModelInformation(Plugin, String) - Constructor for class net.risingworld.api.utils.ModelInformation
-
Creates a new model information object and loads a model from the plugin jar file.
- ModelInformation(String) - Constructor for class net.risingworld.api.utils.ModelInformation
-
Creates a new model information object and loads a model from a file.
- ModelInformation(File) - Constructor for class net.risingworld.api.utils.ModelInformation
-
Creates a new 3D model information object and loads a model from a file.
- moveTo(Vector3f) - Method in interface net.risingworld.api.objects.Npc
-
Moves the npc to the provided position, i.e. the npc will walk to this position.
- moveTo(float, float, float) - Method in interface net.risingworld.api.objects.Npc
-
Moves the npc to the provided position, i.e. the npc will walk to this position.
- moveTo(Vector3f, float) - Method in interface net.risingworld.api.objects.Player
-
Moves the player (smoothly) to the target position.
- moveTo(float, float, float, float) - Method in interface net.risingworld.api.objects.Player
-
Moves the player (smoothly) to the target position.
- moveTo(Vector3f, float) - Method in class net.risingworld.api.worldelements.WorldElement
-
Moves the element (smoothly) to the target position.
- moveTo(float, float, float, float) - Method in class net.risingworld.api.worldelements.WorldElement
-
Moves the element (smoothly) to the target position.
- mult(float) - Method in class net.risingworld.api.utils.Vector3f
-
Creates a new vector with the same values of this vector and multiplies
them with the provided scalar.
- mult(Vector3f) - Method in class net.risingworld.api.utils.Vector3f
-
Creates a new vector with the same values of this vector and multiplies the values
of the provided vector.
- mult(float, float, float) - Method in class net.risingworld.api.utils.Vector3f
-
Creates a new vector with the same values of this vector and multiplies the
provided values.
- mult(float) - Method in class net.risingworld.api.utils.Vector4f
-
Creates a new vector with the same values of this vector and multiplies
them with the provided scalar.
- mult(Vector4f) - Method in class net.risingworld.api.utils.Vector4f
-
Creates a new vector with the same values of this vector and multiplies the values
of the provided vector.
- mult(float, float, float, float) - Method in class net.risingworld.api.utils.Vector4f
-
Creates a new vector with the same values of this vector and multiplies the
provided values.
- multLocal(Quaternion) - Method in class net.risingworld.api.utils.Quaternion
-
Multiplies this quaternion by the provided quaternion.
- multLocal(float, float, float, float) - Method in class net.risingworld.api.utils.Quaternion
-
Multiplies this quaternion by the provided values.
- multLocal(Vector3f) - Method in class net.risingworld.api.utils.Quaternion
-
Multiplies the quaternion by a Vector3f.
- multLocal(float) - Method in class net.risingworld.api.utils.Quaternion
-
Multiplies the quaternion by a scalar.
- multLocal(float) - Method in class net.risingworld.api.utils.Vector2f
-
Multiplies the values of this vector with the provided scalar.
- multLocal(Vector2f) - Method in class net.risingworld.api.utils.Vector2f
-
Multiplies the values of this vector with the values of the provided vector.
- multLocal(float, float) - Method in class net.risingworld.api.utils.Vector2f
-
Multiplies the values of this vector with the provided values.
- multLocal(int) - Method in class net.risingworld.api.utils.Vector2i
-
Multiplies the values of this vector with the provided scalar.
- multLocal(Vector2i) - Method in class net.risingworld.api.utils.Vector2i
-
Multiplies the values of this vector with the values of the provided vector.
- multLocal(int, int) - Method in class net.risingworld.api.utils.Vector2i
-
Multiplies the values of this vector with the provided values.
- multLocal(float) - Method in class net.risingworld.api.utils.Vector3f
-
Multiplies the values of this vector with the provided scalar.
- multLocal(Vector3f) - Method in class net.risingworld.api.utils.Vector3f
-
Multiplies the values of this vector with the values of the provided vector.
- multLocal(float, float, float) - Method in class net.risingworld.api.utils.Vector3f
-
Multiplies the values of this vector with the provided values.
- multLocal(int) - Method in class net.risingworld.api.utils.Vector3i
-
Multiplies the values of this vector with the provided scalar.
- multLocal(Vector3i) - Method in class net.risingworld.api.utils.Vector3i
-
Multiplies the values of this vector with the values of the provided vector.
- multLocal(int, int, int) - Method in class net.risingworld.api.utils.Vector3i
-
Multiplies the values of this vector with the provided values.
- multLocal(float) - Method in class net.risingworld.api.utils.Vector4f
-
Multiplies the values of this vector with the provided scalar.
- multLocal(Vector4f) - Method in class net.risingworld.api.utils.Vector4f
-
Multiplies the values of this vector with the values of the provided vector.
- multLocal(float, float, float, float) - Method in class net.risingworld.api.utils.Vector4f
-
Multiplies the values of this vector with the provided values.