- ban(String) - Method in interface net.risingworld.api.objects.Player
-
Bans the player permanently from the server.
- ban(String, int) - Method in interface net.risingworld.api.objects.Player
-
Bans the player from the server for a given amount of time.
- banPlayer(long, String, int) - Method in interface net.risingworld.api.Server
-
Bans the player with the specified UID for a given amount of time.
- biome - Variable in class net.risingworld.api.utils.Chunk
-
Current biome ID
- biome - Variable in class net.risingworld.api.utils.ChunkLOD
-
Current biome ID
- BITMASK_BUILDING - Static variable in class net.risingworld.api.utils.CollisionType
-
Default building collision bitmask (for example used when the player wants to place an object).
- BITMASK_DEFAULT - Static variable in class net.risingworld.api.utils.CollisionType
-
Default player picking collision bitmask.
- blockData - Variable in class net.risingworld.api.utils.Chunk
-
Converted block data, flattened 20 x 68 x 20 (X x Y x Z) array
- BoundingInformation - Class in net.risingworld.api.utils
-
Describes a bounding volume of an element, i.e. the extends of the object along
the x, y and z axis as well as the position of the center of the object.
- BoundingInformation() - Constructor for class net.risingworld.api.utils.BoundingInformation
-
Creates an "empty" bounding information.
- BoundingInformation(Vector3f, float, float, float) - Constructor for class net.risingworld.api.utils.BoundingInformation
-
Creates a new bounding information.
- BoundingInformation(ModelInformation) - Constructor for class net.risingworld.api.utils.BoundingInformation
-
Creates a new bounding information and calculates the center position and extent based on the
provided model information object.
- broadcastMessage(Object) - Method in interface net.risingworld.api.Internals
-
Broadcasts a packet/message using the default TCP channel.
- broadcastMessage(int, Object) - Method in interface net.risingworld.api.Internals
-
Broadcasts a packet/message using a particular channel.
- broadcastTextMessage(String) - Method in interface net.risingworld.api.Server
-
Broadcasts a text message, i.e. send it to all players.
- broadcastYellMessage(String) - Method in interface net.risingworld.api.Server
-
Broadcasts a yell message, i.e. send it to all players.
- bufferedImageToByteArray(BufferedImage) - Static method in class net.risingworld.api.utils.Utils.ImageUtils
-
- byteArrayToBufferedImage(byte[]) - Static method in class net.risingworld.api.utils.Utils.ImageUtils
-
- ByteUtils() - Constructor for class net.risingworld.api.utils.Utils.ByteUtils
-