- abs(float) - Static method in class net.risingworld.api.utils.Utils.MathUtils
-
Gets the absolute value of a float
value.
- absInt(int) - Static method in class net.risingworld.api.utils.Utils.MathUtils
-
Gets the absolute value of an int
value.
- add(short) - Method in interface net.risingworld.api.objects.Clothes
-
- add(Vector3f) - Method in class net.risingworld.api.utils.Vector3f
-
Creates a new vector with the same values of this vector and adds the values
of the provided vector.
- add(float, float, float) - Method in class net.risingworld.api.utils.Vector3f
-
Creates a new vector with the same values of this vector and adds the
provided values.
- add(Vector4f) - Method in class net.risingworld.api.utils.Vector4f
-
Creates a new vector with the same values of this vector and adds the values
of the provided vector.
- add(float, float, float, float) - Method in class net.risingworld.api.utils.Vector4f
-
Creates a new vector with the same values of this vector and adds the
provided values.
- AddAdminEvent - Class in net.risingworld.api.events.general
-
Called when a player is added to the admin list.
- AddAdminEvent(String, long) - Constructor for class net.risingworld.api.events.general.AddAdminEvent
-
- addArea(Area) - Method in interface net.risingworld.api.Server
-
Adds an Area
to the server.
- addChild(GuiElement) - Method in class net.risingworld.api.gui.GuiElement
-
Attaches another gui element as "child" to this element.
- addGuiElement(GuiElement) - Method in interface net.risingworld.api.objects.Player
-
Attaches a GUI element to the player's hud.
- addGuiElement(GuiElement, String) - Method in interface net.risingworld.api.objects.Player
-
Attaches a GUI element to the player's screen.
- addLocal(Vector2f) - Method in class net.risingworld.api.utils.Vector2f
-
Adds the values of the provided vector to the values of this vector.
- addLocal(float, float) - Method in class net.risingworld.api.utils.Vector2f
-
Adds the provided values to the values of this vector.
- addLocal(Vector2i) - Method in class net.risingworld.api.utils.Vector2i
-
Adds the values of the provided vector to the values of this vector.
- addLocal(int, int) - Method in class net.risingworld.api.utils.Vector2i
-
Adds the provided values to the values of this vector.
- addLocal(Vector3f) - Method in class net.risingworld.api.utils.Vector3f
-
Adds the values of the provided vector to the values of this vector.
- addLocal(float, float, float) - Method in class net.risingworld.api.utils.Vector3f
-
Adds the provided values to the values of this vector.
- addLocal(Vector3i) - Method in class net.risingworld.api.utils.Vector3i
-
Adds the values of the provided vector to the values of this vector.
- addLocal(int, int, int) - Method in class net.risingworld.api.utils.Vector3i
-
Adds the provided values to the values of this vector.
- addLocal(Vector4f) - Method in class net.risingworld.api.utils.Vector4f
-
Adds the values of the provided vector to the values of this vector.
- addLocal(float, float, float, float) - Method in class net.risingworld.api.utils.Vector4f
-
Adds the provided values to the values of this vector.
- addToBatch(int, Vector3f) - Method in class net.risingworld.api.utils.WorldEditBatch
-
Adds a new "edit sequence" to the batch.
- addToBatch(int, int, int, int, int, int, int) - Method in class net.risingworld.api.utils.WorldEditBatch
-
Adds a new "edit sequence" to the batch.
- addWorldElement(WorldElement) - Method in interface net.risingworld.api.objects.Player
-
Adds the provided WorldElement
to the player's world.
- angleBetween(Vector2f) - Method in class net.risingworld.api.utils.Vector2f
-
Gets the angle between this vector and another vector.
- angleBetween(Vector2i) - Method in class net.risingworld.api.utils.Vector2i
-
Gets the angle between this vector and another vector.
- angleBetween(Vector3f) - Method in class net.risingworld.api.utils.Vector3f
-
Gets the angle between this vector and another vector.
- angleBetween(Vector3i) - Method in class net.risingworld.api.utils.Vector3i
-
Gets the angle between this vector and another vector.
- angleBetween(Vector4f) - Method in class net.risingworld.api.utils.Vector4f
-
Gets the angle between this vector and another vector.
- Animation - Enum in net.risingworld.api.utils
-
An enum representing various player animations.
- Animation.Type - Enum in net.risingworld.api.utils
-
The animation type.
- APIELEMENTS - Static variable in class net.risingworld.api.utils.CollisionType
-
API elements (custom objects created via API, e.g.
- applyPhysicalImpulse(Vector3f) - Method in interface net.risingworld.api.objects.WorldItem
-
- Area - Class in net.risingworld.api.utils
-
An Area
describes an area in the game world.
- Area() - Constructor for class net.risingworld.api.utils.Area
-
Creates an "empty" Area.
- Area(Area) - Constructor for class net.risingworld.api.utils.Area
-
Creates an Area with the same size as the provided Area.
- Area(Vector3i, Vector3i, Vector3i, Vector3i) - Constructor for class net.risingworld.api.utils.Area
-
Creates a new area.
- Area(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class net.risingworld.api.utils.Area
-
Creates a new area.
- Area(int, int, int, int, int, int) - Constructor for class net.risingworld.api.utils.Area
-
Creates a new area from global min-/max-coordinates.
- Area(Vector3f, Vector3f) - Constructor for class net.risingworld.api.utils.Area
-
Creates a new area from global positions.
- areCavesEnabled() - Method in interface net.risingworld.api.World
-
Gets whether caves are enabled or not.
- areDungeonsEnabled() - Method in interface net.risingworld.api.World
-
Gets whether dungeons are enabled or not.
- areVegetationsEnabled() - Method in interface net.risingworld.api.World
-
Gets whether vegetations are enabled or not.