- enableAreaSelectionTool() - Method in interface net.risingworld.api.objects.Player
-
Enables the "area selection tool" for this player.
- enableClientsideKeys() - Method in interface net.risingworld.api.objects.Player
-
- enableClientsideKeys(int...) - Method in interface net.risingworld.api.objects.Player
-
- enableGameMusic() - Method in interface net.risingworld.api.objects.Player
-
Enables the ingame music.
- encrypt(byte[], String) - Static method in class net.risingworld.api.utils.Utils.ByteUtils
-
- enqueue(Runnable) - Method in class net.risingworld.api.Plugin
-
"Enqueues" a task (Runnable).
- equals(Object) - Method in class net.risingworld.api.gui.GuiElement
-
- equals(Object) - Method in class net.risingworld.api.utils.Area
-
- equals(Object) - Method in class net.risingworld.api.utils.BoundingInformation
-
- equals(float, float, float, float) - Method in class net.risingworld.api.utils.Quaternion
-
- equals(Object) - Method in class net.risingworld.api.utils.Quaternion
-
Gets whether or not this quaternion is equal to another object.
- equals(Object) - Method in class net.risingworld.api.utils.Vector2f
-
Gets whether or not this vector is equal to another object.
- equals(float, float) - Method in class net.risingworld.api.utils.Vector2f
-
- equals(Object) - Method in class net.risingworld.api.utils.Vector2i
-
Gets whether or not this vector is equal to another object.
- equals(int, int) - Method in class net.risingworld.api.utils.Vector2i
-
- equals(Object) - Method in class net.risingworld.api.utils.Vector3f
-
Gets whether or not this vector is equal to another object.
- equals(float, float, float) - Method in class net.risingworld.api.utils.Vector3f
-
- equals(Object) - Method in class net.risingworld.api.utils.Vector3i
-
Gets whether or not this vector is equal to another object.
- equals(int, int, int) - Method in class net.risingworld.api.utils.Vector3i
-
- equals(Object) - Method in class net.risingworld.api.utils.Vector4f
-
Gets whether or not this vector is equal to another object.
- equals(float, float, float, float) - Method in class net.risingworld.api.utils.Vector4f
-
- Event - Class in net.risingworld.api.events
-
Base class for all events.
- Event() - Constructor for class net.risingworld.api.events.Event
-
- EventMethod - Annotation Type in net.risingworld.api.events
-
Annotation to mark a method to be called by an event.
- execute(String) - Method in interface net.risingworld.api.database.Database
-
Executes the given SQL statement, for example a CREATE or DELETE statement.
- execute(String) - Method in interface net.risingworld.api.database.WorldDatabase
-
Executes the given SQL statement, for example a CREATE or DELETE statement.
- execute(Player, RayCastResult) - Method in interface net.risingworld.api.objects.custom.CustomItem.Action
-
- executeBlockEditBatch(WorldEditBatch) - Method in interface net.risingworld.api.World
-
Executes a block edit batch.
- executeConsoleCommand(String) - Method in interface net.risingworld.api.objects.Player
-
Executes a console command for this player.
- executeDelayed(float, Runnable) - Method in class net.risingworld.api.Plugin
-
Executes a task after a given delay.
- executeQuery(String) - Method in interface net.risingworld.api.database.Database
-
Executes the given SQL statement and returns a ResultSet
object.
- executeQuery(String) - Method in interface net.risingworld.api.database.WorldDatabase
-
Executes the given SQL statement and returns a ResultSet
object.
- executeTerrainEditBatch(WorldEditBatch) - Method in interface net.risingworld.api.World
-
Executes a terrain edit batch.
- executeUpdate(String) - Method in interface net.risingworld.api.database.Database
-
Executes the given SQL statement, which may be an INSERT, UPDATE or DELETE
statement.
- executeUpdate(String) - Method in interface net.risingworld.api.database.WorldDatabase
-
Executes the given SQL statement, which may be an INSERT, UPDATE or DELETE
statement.
- ExplosionEvent - Class in net.risingworld.api.events.world
-
Called when an explosion is triggered (e.g. caused by tnt).
- ExplosionEvent(Vector3f, WorldItem, short, Player) - Constructor for class net.risingworld.api.events.world.ExplosionEvent
-