- GameImageInformation - Class in net.risingworld.api.utils
-
Represents a game texture / image, i.e. a texture which already exists in the
game by default (e.g. block textures or world textures).
- GameImageInformation(String, String) - Constructor for class net.risingworld.api.utils.GameImageInformation
-
Creates a new game image information object.
- Gamemode - Enum in net.risingworld.api.utils
-
- GeneralUtils() - Constructor for class net.risingworld.api.utils.Utils.GeneralUtils
-
- get(Clothes.Type) - Method in interface net.risingworld.api.objects.Clothes
-
- getAbsoluteMousePositionX() - Method in class net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent
-
Gets the absolute x (horizontal) position of the mouse cursor (inside the
gui element).
- getAbsoluteMousePositionY() - Method in class net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent
-
Gets the absolute y (vertical) position of the mouse cursor (inside the
gui element).
- getAbsorbency() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
- getAge() - Method in interface net.risingworld.api.objects.Npc
-
Gets the "age" of the npc in seconds, i.e. how many seconds passed
since the npc was spawned.
- getAggroRadius() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the aggro radius.
- getAllAreas() - Method in interface net.risingworld.api.Server
-
Gets a collection containing all Areas
that are currently
registered with the server.
- getAllCategories() - Static method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets all crafting categories.
- getAllChests(Collection<Chest>) - Method in interface net.risingworld.api.World
-
- getAllClothingDefinitions() - Static method in class net.risingworld.api.utils.Definitions
-
- getAllConstructionDefinitions() - Static method in class net.risingworld.api.utils.Definitions
-
- getAllCustomImages() - Method in interface net.risingworld.api.Server
-
Gets a list containing all custom images (creates a new list).
- getAllCustomImages(long) - Method in interface net.risingworld.api.Server
-
Gets a list containing all custom images which were uploaded by a particular player.
- getAllFoodDefinitions() - Static method in class net.risingworld.api.utils.Definitions
-
- getAllItemDefinitions() - Static method in class net.risingworld.api.utils.Definitions
-
- getAllItems() - Method in interface net.risingworld.api.objects.Inventory
-
Gets an array containing all items in this inventory.
- getAllItems(Collection<WorldItem>) - Method in interface net.risingworld.api.World
-
- getAllItemsInArea(Area, Collection<WorldItem>) - Method in interface net.risingworld.api.World
-
- getAllNpcDefinitions() - Static method in class net.risingworld.api.utils.Definitions
-
- getAllNpcs(Collection<Npc>) - Method in interface net.risingworld.api.World
-
Gets all npcs which are spawned in this world.
- getAllNpcsInArea(Area, Collection<Npc>) - Method in interface net.risingworld.api.World
-
- getAllObjectDefinitions() - Static method in class net.risingworld.api.utils.Definitions
-
- getAllPermissionGroups() - Method in interface net.risingworld.api.Server
-
Gets all available permission group names.
- getAllPlantDefinitions() - Static method in class net.risingworld.api.utils.Definitions
-
- getAllPlayers() - Method in interface net.risingworld.api.Server
-
Gets a collection containing all players that are currently connected to the server.
- getAllPlugins() - Method in class net.risingworld.api.Plugin
-
Returns a collection of all plugins which are currently loaded.
- getAllStorages(Collection<Storage>) - Method in interface net.risingworld.api.World
-
Gets all storages in this world.
- getAllWorldElements() - Method in interface net.risingworld.api.objects.Player
-
- getAlpha() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the current alpha value of this element.
- getAlpha() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the current alpha value (i.e. opacity) of this model.
- getAmount() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
Gets the amount of items that will be moved to the inventory.
- getAmount() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
Gets the amount of items that will be moved to the chest.
- getAmount() - Method in class net.risingworld.api.events.player.PlayerDropItemEvent
-
Gets the amount (stack size) the player wants to drop from the inventory.
- getAnimation(int) - Static method in enum net.risingworld.api.utils.Animation
-
Gets an animation by its id (ordinal value).
- getAnimationByRawName(String) - Static method in enum net.risingworld.api.utils.Animation
-
Gets an animation by its raw (internal) name.
- getArchitecture() - Static method in class net.risingworld.api.utils.Utils.SystemUtils
-
Gets the architecture of the JVM (32 or 64 bit).
- getArea() - Method in class net.risingworld.api.events.player.PlayerEnterAreaEvent
-
Gets the Area
the player has entered.
- getArea() - Method in class net.risingworld.api.events.player.PlayerLeaveAreaEvent
-
Gets the Area
the player has left.
- getArea() - Method in class net.risingworld.api.worldelements.WorldArea
-
Gets the underlying Area
.
- getAreaSelectionData(Callback<Area>) - Method in interface net.risingworld.api.objects.Player
-
Gets the currently selected area.
- getAreaSizeX() - Method in class net.risingworld.api.events.player.world.PlayerCreativePlaceBlockEvent
-
Gets the X size of the area (i.e. the area that will be filled with blocks).
- getAreaSizeY() - Method in class net.risingworld.api.events.player.world.PlayerCreativePlaceBlockEvent
-
Gets the Y size of the area (i.e. the area that will be filled with blocks).
- getAreaSizeZ() - Method in class net.risingworld.api.events.player.world.PlayerCreativePlaceBlockEvent
-
Gets the Z size of the area (i.e. the area that will be filled with blocks).
- getArmor() - Method in interface net.risingworld.api.objects.Player
-
Gets the current armor level of the player.
- getAttackDamage() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the amount of damage (healthpoints) this NPC deals when attacking the player
(or another NPC).
- getAttacker() - Method in class net.risingworld.api.events.npc.NpcHitNpcEvent
-
Gets the attacking npc, i.e. the npc who hit the target npc.
- getAttackRange() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
- getAttackReaction() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the default NPC attack reaction (always uppercase).
- getAttribute(String) - Method in interface net.risingworld.api.objects.Item.CustomItemAttribute
-
- getAttribute() - Method in interface net.risingworld.api.objects.Item
-
Gets the item attribute.
- getAttribute(String) - Method in interface net.risingworld.api.objects.Npc
-
Gets the value to which the specified key is mapped,
or null if no attribute is stored for that key.
- getAttribute(String) - Method in interface net.risingworld.api.objects.Player
-
Gets the value to which the specified key is mapped,
or null if no attribute is stored for that key.
- getAttribute(String) - Method in class net.risingworld.api.utils.Area
-
Gets the value to which the specified key is mapped,
or null if no attribute is stored for that key.
- getAttribute(String) - Method in class net.risingworld.api.worldelements.WorldElement
-
Gets the value to which the specified key is mapped,
or null if no attribute is stored for that key.
- getAttributes() - Method in interface net.risingworld.api.objects.Item.CustomItemAttribute
-
- getBackgroundColor() - Method in class net.risingworld.api.worldelements.World3DText
-
Gets the background color of this element.
- getBackgroundPreset() - Method in class net.risingworld.api.gui.GuiTextField
-
- getBatchData() - Method in class net.risingworld.api.utils.WorldEditBatch
-
Used internally.
- getBeard() - Method in interface net.risingworld.api.objects.Skin
-
Gets the beard of the player.
- getBehaviour() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the default behaviour of this NPC as String (always uppercase).
- getBiome() - Method in class net.risingworld.api.utils.Chunk
-
Gets the biome ID of this chunk.
- getBiome() - Method in class net.risingworld.api.utils.ChunkLOD
-
Gets the biome ID of this chunk.
- getBitmask(int...) - Static method in class net.risingworld.api.utils.CollisionType
-
Gets a bitmask of the provided collision types.
- getBlendTime() - Method in enum net.risingworld.api.utils.Animation
-
- getBlockCount() - Method in class net.risingworld.api.events.player.world.PlayerCreateBlueprintEvent
-
Gets the amount of blocks this blueprint will contain.
- getBlockCount() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
Gets the amount of blocks in this blueprint.
- getBlockID() - Method in class net.risingworld.api.events.player.world.PlayerCreativePlaceBlockEvent
-
Gets the id of the block the player wants to place.
- getBlockID() - Method in class net.risingworld.api.events.player.world.PlayerDestroyBlockEvent
-
Gets the id of the block the player is going to destroy.
- getBlockID() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlockEvent
-
Gets the id of the block the player wants to place.
- getBlockID(int, int, int) - Method in class net.risingworld.api.utils.Chunk
-
Gets the block ID at a certain position.
- getBlockID(Vector3i, Vector3i) - Method in interface net.risingworld.api.World
-
Gets the block id at the given position.
- getBlockID(int, int, int, int, int, int) - Method in interface net.risingworld.api.World
-
Gets the block id at the given position.
- getBlockPosition() - Method in interface net.risingworld.api.objects.Player
-
Gets a Vector3i containing the current block position (x, y and z)
of the player within the current chunk.
- getBlockPositionX() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
Gets the x block position in the chunk.
- getBlockPositionX(float, int) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates the x block position within a given chunk position.
- getBlockPositionY() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
Gets the y block position in the chunk.
- getBlockPositionY(float, int) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates the y block position within a given chunk position.
- getBlockPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
Gets the z block position in the chunk.
- getBlockPositionZ(float, int) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates the z block position within a given chunk position.
- getBorderColor() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the current border color.
- getBorderThickness() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the "thickness" of the border.
- getBoundingInformation() - Method in class net.risingworld.api.events.player.world.PlayerCreateBlueprintEvent
-
Gets the bounding information of the blueprint object, or more precisely, of the
selected area.
- getBoundingInformation() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
Gets the bounding information of the blueprint object.
- getBoundingInformation() - Method in class net.risingworld.api.utils.ModelInformation
-
Gets a BoundingInformation which describes the extents of the model, i.e.
- getBrightness() - Method in enum net.risingworld.api.objects.Time.MoonPhase
-
Gets the brightness (0.0 - 1.0) of this moon phase.
- getBrushSize() - Method in class net.risingworld.api.events.player.world.PlayerCreativeTerrainEditEvent
-
Gets the size of the brush.
- getBuild() - Method in interface net.risingworld.api.Server
-
Gets the current build of the game as an int (e.g. 201807210).
- getCancelReason() - Method in class net.risingworld.api.events.player.PlayerChangeGamemodeEvent
-
If the event was cancelled, this function returns the (optional) reason.
- getCardinalDirection() - Method in interface net.risingworld.api.objects.Player
-
Returns the cardinal direction of the player.
- getCatchedItem() - Method in class net.risingworld.api.events.player.PlayerCatchFishEvent
-
Gets the item the player has catched.
- getCatchItem() - Method in class net.risingworld.api.events.player.PlayerStartFishingEvent
-
- getCategory() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
- getCategory() - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets the recipe category (e.g.
- getCause() - Method in class net.risingworld.api.events.npc.NpcDeathEvent
-
Gets the cause (why the npc died).
- getCause() - Method in class net.risingworld.api.events.player.PlayerDamageEvent
-
Gets the "cause" of this damage, i.e. the reason why the player takes damage
(or in other words, what's causing the damage)
- getCause() - Method in class net.risingworld.api.events.player.PlayerIllegalStateEvent
-
- getCause() - Method in class net.risingworld.api.events.player.PlayerTeleportEvent
-
Gets the "cause", i.e. the reason why this player was teleported.
- getCenter() - Method in class net.risingworld.api.utils.BoundingInformation
-
Gets the center of this bounding information.
- getChatMessage() - Method in class net.risingworld.api.events.player.PlayerChatEvent
-
Gets the chat message.
- getChecksum() - Method in class net.risingworld.api.events.player.gui.PlayerSelectFileEvent
-
Gets the MD5 checksum of the file.
- getChest() - Method in class net.risingworld.api.events.player.PlayerChestAccessEvent
-
- getChest(int) - Method in interface net.risingworld.api.World
-
- getChestDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getChestHashCode() - Method in interface net.risingworld.api.objects.Chest
-
- getChestID() - Method in class net.risingworld.api.events.player.inventory.PlayerChestDropEvent
-
Gets the ID of the chest.
- getChestID() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
Gets the ID of the chest.
- getChestID() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
Gets the ID of the target chest.
- getChestID() - Method in class net.risingworld.api.events.player.PlayerChestAccessEvent
-
- getChestSlot() - Method in class net.risingworld.api.events.player.inventory.PlayerChestDropEvent
-
Gets the item slot in the chest (where the player got the item from).
- getChestSlot() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
Gets the item slot in the chest (where the player got the item from).
- getChestSlot() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
Gets the item slot in the target chest.
- getChildren() - Method in class net.risingworld.api.gui.GuiElement
-
Returns a list of all children which were added to this element.
- getChunk(int, int, int) - Method in interface net.risingworld.api.World
-
Gets a chunk, either from the cache, or - if this chunk isn't loaded yet -
from the database.
- getChunkAndBlockPosition(Vector3f, Vector3i, Vector3i) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates a chunk offset and the according block position (within this
chunk) from a given global position and stores the results in the provided
Vector3i's
.
- getChunkAndBlockPosition(float, float, float, Vector3i, Vector3i) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates a chunk offset and the according block position (within this
chunk) from a given global position and stores the results in the provided
Vector3i's
.
- getChunkFromDb(int, int, int) - Method in interface net.risingworld.api.database.WorldDatabase
-
Gets a chunk from the database.
- getChunkLOD(int, int) - Method in interface net.risingworld.api.World
-
Gets an LOD chunk, either from the cache, or - if this chunk isn't loaded yet -
from the database.
- getChunkLODFromDb(int, int) - Method in interface net.risingworld.api.database.WorldDatabase
-
Gets an LOD chunk from the database.
- getChunkPosition() - Method in interface net.risingworld.api.objects.Player
-
Gets a Vector3i containing the x, y and z coordinates of
the current chunk the player is in.
- getChunkPosition(Vector3f) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates a chunk offset from a given global position and stores the
result in a Vector3i
.
- getChunkPosition(Vector3f, Vector3i) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates a chunk offset from a given global position and stores the
result in the provided Vector3i
.
- getChunkPosition(float, float, float) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates a chunk offset from a given global position and stores the
result in a Vector3i
.
- getChunkPosition(float, float, float, Vector3i) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates a chunk offset from a given global position and stores the
result in the provided Vector3i
.
- getChunkPositionX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the x offset of the chunk (which contains the construction element).
- getChunkPositionX() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the x offset of the chunk (which contains the object).
- getChunkPositionX() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the x offset of the chunk (which contains the plant).
- getChunkPositionX() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
Gets the x offset of the chunk.
- getChunkPositionX() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the x offset of the chunk (which contains the plant).
- getChunkPositionX(float) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates the x chunk offset from a given global position (x).
- getChunkPositionY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the y offset of the chunk (which contains the construction element).
- getChunkPositionY() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the y offset of the chunk (which contains the object).
- getChunkPositionY() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the y offset of the chunk (which contains the plant).
- getChunkPositionY() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
Gets the y offset of the chunk.
- getChunkPositionY() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the y offset of the chunk (which contains the plant).
- getChunkPositionY(float) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates the y chunk offset from a given global position (y).
- getChunkPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the z offset of the chunk (which contains the construction element).
- getChunkPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the z offset of the chunk (which contains the object).
- getChunkPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the z offset of the chunk (which contains the plant).
- getChunkPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
Gets the z offset of the chunk.
- getChunkPositionZ() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the z offset of the chunk (which contains the plant).
- getChunkPositionZ(float) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
Calculates the z chunk offset from a given global position (z).
- getClientConnection(int) - Method in interface net.risingworld.api.Internals
-
Gets the internal client connection ("AbstractConnection").
- getClothes() - Method in interface net.risingworld.api.objects.Npc
-
Gets a Clothes
object which contains the clothes the npc
is currently wearing.
- getClothes() - Method in interface net.risingworld.api.objects.Player
-
Gets a Clothes
object which contains the clothes the character
is currently wearing.
- getClothingDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getClothingDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getClothingID() - Method in interface net.risingworld.api.objects.Item.ClothingAttribute
-
Gets the clothing id.
- getCollisionInfo() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the collision info id.
- getCollisionNormal() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the collision normal, i.e. the normal of the surface the ray hit.
- getCollisionObject() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the collision object, i.e. the object the ray collided with.
- getCollisionPoint() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the collision point, i.e. the location where the ray hit an object.
- getCollisionShape() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the current collision shape of this model.
- getCollisionType() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the collision type.
- getColor() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the current RGBA color value as an int value.
- getColor() - Method in class net.risingworld.api.worldelements.WorldArea
-
Gets the color of this element.
- getCommand() - Method in class net.risingworld.api.events.player.PlayerCommandEvent
-
Gets the command the player has entered.
- getComposer() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
Gets the composer of the track.
- getConnection() - Method in interface net.risingworld.api.database.Database
-
Gets the underlying Connection
object, which represents the connection
to the specific database.
- getConstructionCount() - Method in class net.risingworld.api.events.player.world.PlayerCreateBlueprintEvent
-
Gets the amount of construction elements (windows, planks, beams etc) this
blueprint will contain.
- getConstructionCount() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
Gets the amount of construction elements (windows, planks, beams etc) in
this blueprint.
- getConstructionDefinition() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the construction definition for this element
(this contains meta data about the construction element type).
- getConstructionDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getConstructionDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getConstructionPosition() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the world position of the construction element as a Vector3f.
- getConstructionPositionX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the world x position of the construction element.
- getConstructionPositionY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the world y position of the construction element.
- getConstructionPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the world z position of the construction element.
- getConstructionRotation() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the rotation of the construction element as a Quaternion.
- getConstructionRotationX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the rotation of the construction element as euler x angle (pitch).
- getConstructionRotationY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the rotation of the construction element as euler y angle (yaw).
- getConstructionRotationZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the rotation of the construction element as euler z angle (roll).
- getConstructionSize() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the size (x, y, z) of the construction element as a Vector3f.
- getConstructionSizeX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the x size of the construction element.
- getConstructionSizeY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the y size of the construction element.
- getConstructionSizeZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the z size of the construction element.
- getConstructionTextureID() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the texture of the construction element.
- getConstructionTypeID() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the type ID of the construction element.
- getCraftingStation(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getCraftingStations() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
- getCreationDate() - Method in interface net.risingworld.api.objects.Sign
-
- getCreationDate() - Method in interface net.risingworld.api.utils.CustomImage
-
- getCreationDate() - Method in interface net.risingworld.api.World
-
Gets the creation date of the world as a timestamp (millis).
- getCreativeEditMode() - Method in class net.risingworld.api.events.player.world.PlayerCreativeTerrainEditEvent
-
Gets the edit mode, i.e. the terrain edit sub tool (Add, Subtract, Paint, Smooth etc).
- getCrosshair(byte) - Static method in enum net.risingworld.api.utils.Crosshair
-
Gets the crosshair
which has the provided id.
- getCurrentAreas() - Method in interface net.risingworld.api.objects.Player
-
Gets a list of all Areas the player is currently in.
- getCurrentDirectory(Player, Callback<String>) - Method in class net.risingworld.api.gui.GuiFileBrowser
-
Gets the current directory.
- getCurrentPlayTime() - Method in interface net.risingworld.api.objects.Player
-
Gets the amount of time the player is connected to the server.
- getCurrentText(Player, Callback<String>) - Method in class net.risingworld.api.gui.GuiTextField
-
Gets the current text of the textfield.
- getCurrentWeather() - Method in class net.risingworld.api.events.world.WeatherChangeEvent
-
Gets the current weather.
- getCurrentWeather() - Method in interface net.risingworld.api.Server
-
Gets the current weather.
- getCustomImage(int) - Method in interface net.risingworld.api.Server
-
Gets a custom image.
- getCustomItem(String) - Method in interface net.risingworld.api.Server
-
Gets the registered custom item with the specified UUID.
- getCustomRecipe(String, int) - Method in interface net.risingworld.api.Server
-
Gets the custom recipe which corresponds to the provided item UUID and variation.
- getDamage() - Method in class net.risingworld.api.events.npc.NpcHitNpcEvent
-
Gets the amount of damage this hit will cause.
- getDamage() - Method in class net.risingworld.api.events.player.PlayerDamageEvent
-
Gets the amount of damage the player will receive.
- getDamage() - Method in class net.risingworld.api.events.player.PlayerHitEvent
-
Gets the amount of damage this hit will cause.
- getDamage() - Method in class net.risingworld.api.events.player.PlayerHitNpcEvent
-
Gets the amount of damage this hit will cause.
- getDamage() - Method in class net.risingworld.api.events.player.world.PlayerConstructionHitEvent
-
Gets the amount of damage the player causes by hitting the construction element.
- getDamage() - Method in class net.risingworld.api.events.player.world.PlayerObjectHitEvent
-
Gets the amount of damage the player causes by hitting the object.
- getDamage() - Method in class net.risingworld.api.events.player.world.PlayerVegetationHitEvent
-
Gets the amount of damage the player causes by hitting the plant.
- getDamage() - Method in class net.risingworld.api.events.player.world.PlayerWorldHitEvent
-
Gets the amount of damage the player deals with this hit.
- getDamageInfo() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getDamagePosition() - Method in class net.risingworld.api.events.player.PlayerHitEvent
-
Gets the coordinates where the player was hit exactly.
- getDamagePosition() - Method in class net.risingworld.api.events.player.PlayerHitNpcEvent
-
Gets the coordinates where the npc was hit exactly.
- getData() - Method in enum net.risingworld.api.utils.Animation
-
Used internally.
- getData(int) - Method in class net.risingworld.api.utils.CollisionShape
-
Used internally.
- getData() - Method in class net.risingworld.api.utils.CollisionShape
-
Used internally.
- getData() - Method in interface net.risingworld.api.utils.CustomImage
-
Gets the image PNG data as a byte array.
- getData() - Method in class net.risingworld.api.worldelements.Interaction.BedPreset
-
- getData(int) - Method in class net.risingworld.api.worldelements.Interaction.BedPreset
-
- getData() - Method in class net.risingworld.api.worldelements.Interaction.ChairPreset
-
- getData(int) - Method in class net.risingworld.api.worldelements.Interaction.ChairPreset
-
- getData() - Method in class net.risingworld.api.worldelements.Interaction.ChestPreset
-
- getData(int) - Method in class net.risingworld.api.worldelements.Interaction.ChestPreset
-
- getData(int) - Method in class net.risingworld.api.worldelements.Interaction
-
Used internally.
- getData() - Method in class net.risingworld.api.worldelements.Interaction
-
Used internally.
- getData() - Method in class net.risingworld.api.worldelements.Interaction.TentPreset
-
- getData(int) - Method in class net.risingworld.api.worldelements.Interaction.TentPreset
-
- getDatabaseName() - Method in interface net.risingworld.api.database.WorldDatabase
-
Gets the database name.
- getDay() - Method in interface net.risingworld.api.objects.Time
-
Gets the day (0-31)
- getDbID() - Method in interface net.risingworld.api.objects.Player
-
Gets the database ID of the player.
- getDeathPosition() - Method in class net.risingworld.api.events.npc.NpcDeathEvent
-
Gets the position where the npc died.
- getDeathPosition() - Method in class net.risingworld.api.events.player.PlayerDeathEvent
-
Gets the position where the player died.
- getDefaultAnimation() - Static method in enum net.risingworld.api.utils.Animation
-
Gets the default idle animation.
- getDefaultDirectory() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
Gets the default directory.
- getDefaultSpawnInventory() - Method in interface net.risingworld.api.Server
-
Gets the default spawn inventory (i.e. the items you always spawn with).
- getDefaultSpawnPosition() - Method in interface net.risingworld.api.Server
-
Gets the global default spawn position.
- getDefaultSpawnRotation() - Method in interface net.risingworld.api.Server
-
Gets the default spawn rotation.
- getDefaultText() - Method in class net.risingworld.api.gui.GuiTextField
-
- getDefinition() - Method in interface net.risingworld.api.objects.Item
-
Gets the item definition of this item.
- getDefinition() - Method in interface net.risingworld.api.objects.Npc
-
- getDescription(String) - Method in class net.risingworld.api.Plugin
-
Gets the description for this plugin (which is defined in the plugin.yml
file).
- getDirection(Vector3f, Vector3f) - Static method in class net.risingworld.api.utils.Utils.VectorUtils
-
Gets the direction between two points (from -> to) as a normalized
vector (unit vector, i.e. length == 1).
- getDirection(Vector3f, Vector3f, Vector3f) - Static method in class net.risingworld.api.utils.Utils.VectorUtils
-
Gets the direction between two points (from -> to) as a normalized
vector (unit vector, i.e. length == 1).
- getDisabledAnimals() - Method in interface net.risingworld.api.World
-
Gets a list of all disabled npc.
- getDisconnectReason() - Method in class net.risingworld.api.events.player.PlayerConnectEvent
-
Gets the reason why the player will be disconnected.
- getDistance() - Method in class net.risingworld.api.events.player.PlayerHitEvent
-
Gets the distance between the player and the target player (or more precisely,
the damage point).
- getDistance() - Method in class net.risingworld.api.events.player.PlayerHitNpcEvent
-
Gets the distance between the player and the target npc (or more precisely, the damage point).
- getDistance() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the distance between the player (or more precisely, the origin of the
ray) and the collision point.
- getDuration() - Method in class net.risingworld.api.events.player.PlayerBanEvent
-
Gets the duration (minutes) how long the player will be banned.
- getDuration() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
Gets the duration of this track (in seconds).
- getElementPosition() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the actual world position of the element.
- getElementTypeID() - Method in class net.risingworld.api.utils.RayCastResult
-
Gets the element type id (of the element the ray collided with).
- getEndBlockPosition() - Method in class net.risingworld.api.utils.Area
-
- getEndChunkPosition() - Method in class net.risingworld.api.utils.Area
-
- getEntryCount() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
Gets the amount of entries that will be shown by the file browser (without having
to scroll).
- getEquippedItem() - Method in interface net.risingworld.api.objects.Player
-
Gets the currently equipped item (i.e. the item the player
currently holds in his hands), or null if no item is equipped.
- getExchangeItem() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
Gets the item this item eventually gets exchanged with, i.e. when the player
exchanges a chest item with an inventory item (the chest item will be moved to
the inventory, and the inventory item will be moved to the chest).
- getExchangeItem() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
Gets the item this item will be exchanged with, i.e. when the player
exchanges a chest item with an inventory item (the chest item will be moved to
the inventory, and the inventory item will be moved to the chest).
- getEyeColor() - Method in interface net.risingworld.api.objects.Skin
-
Gets the eye color of the character.
- getFileBrowserElement() - Method in class net.risingworld.api.events.player.gui.PlayerSelectFileEvent
-
Gets the file browser element.
- getFileExtensionFilter() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
Gets the file extension filter (if set), i.e. an array of allowed file extension
types.
- getFilename() - Method in class net.risingworld.api.events.player.gui.PlayerSelectFileEvent
-
Gets the name of the file (with extension), e.g.
- getFilesize() - Method in class net.risingworld.api.events.player.gui.PlayerSelectFileEvent
-
Gets the size of the file (in bytes).
- getFishingPosition() - Method in class net.risingworld.api.events.player.PlayerCatchFishEvent
-
Gets the previous bobber position, before the bobber/fish was pulled out of the water.
- getFishingPosition() - Method in class net.risingworld.api.events.player.PlayerStartFishingEvent
-
Gets the fishing position, or more precisely, the bobber position.
- getFont() - Method in class net.risingworld.api.gui.GuiLabel
-
Gets the current font of this label.
- getFont() - Method in class net.risingworld.api.gui.GuiTextField
-
Gets the current font of this textfield.
- getFont() - Method in class net.risingworld.api.worldelements.World3DText
-
Gets the current font of this label.
- getFontColor() - Method in class net.risingworld.api.gui.GuiLabel
-
Gets the font color.
- getFontColor() - Method in class net.risingworld.api.gui.GuiTextField
-
Gets the font color.
- getFontColor() - Method in class net.risingworld.api.worldelements.World3DText
-
Gets the font color.
- getFontSize() - Method in class net.risingworld.api.gui.GuiLabel
-
Gets the current font size.
- getFontsize() - Method in class net.risingworld.api.worldelements.World3DText
-
Gets the font size of this text.
- getFoodDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getFoodDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getFormattedTimeAndDate(long) - Static method in class net.risingworld.api.utils.Utils.GeneralUtils
-
- getFPBodyPosition() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getFPBodyRotation() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getFrameColor() - Method in class net.risingworld.api.worldelements.WorldArea
-
Gets the color of the frame.
- getFurnaceDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getGameTime(Time.Unit) - Method in interface net.risingworld.api.Server
-
Gets the current ingame time.
- getGameTime() - Method in interface net.risingworld.api.Server
-
Gets the internal time object which manages the ingame time and date.
- getGameTimeSpeed() - Method in interface net.risingworld.api.Server
-
Gets the game time speed.
- getGameVersion() - Method in class net.risingworld.api.Plugin
-
Gets the current version of the game/server.
- getGCD(int...) - Static method in class net.risingworld.api.utils.Utils.MathUtils
-
Gets the greatest common divisor of several int values.
- getGCD(int, int) - Static method in class net.risingworld.api.utils.Utils.MathUtils
-
Gets the greatest common divisor of two int values.
- getGender() - Method in interface net.risingworld.api.objects.Skin
-
Gets the gender of the character.
- getGlobalBlockPositionX() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
- getGlobalBlockPositionY() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
- getGlobalBlockPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
-
- getGlobalID() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
Gets the global ID that will be assigned to the npc once it spawns.
- getGlobalID() - Method in interface net.risingworld.api.objects.Npc
-
Gets the unique ID of the npc.
- getGlobalID() - Method in interface net.risingworld.api.objects.WorldItem
-
Gets the global ID if this item.
- getGlobalItem(int) - Method in interface net.risingworld.api.Internals
-
- getGlobalPosition(Vector3i, Vector3i) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
- getGlobalPosition(Vector3i, Vector3i, Vector3f) - Static method in class net.risingworld.api.utils.Utils.ChunkUtils
-
- getGrassID() - Method in class net.risingworld.api.events.player.world.PlayerPlaceGrassEvent
-
Gets the grass id the player wants to place.
- getGrassID() - Method in class net.risingworld.api.events.player.world.PlayerRemoveGrassEvent
-
Gets the grass id the player is going to destroy/remove.
- getGroup() - Method in class net.risingworld.api.utils.Definitions.Recipe.Ingredient
-
Gets the ingredient group.
- getGroupID() - Method in interface net.risingworld.api.objects.Npc
-
Gets the "group" ID of the npc.
- getGrowthTime() - Method in class net.risingworld.api.events.player.world.PlayerPlaceVegetationEvent
-
Gets the growth time for this plant in seconds.
- getGrowthTime() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets the growth time (i.e. the amount of seconds until this plant reaches
the next growth stage).
- getGuiElement() - Method in class net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent
-
Gets the gui element the player has clicked.
- getGuiElement() - Method in class net.risingworld.api.events.player.gui.PlayerGuiInputEvent
-
Gets the gui element.
- getHairColor() - Method in interface net.risingworld.api.objects.Skin
-
Gets the hair color of the character.
- getHaircut() - Method in interface net.risingworld.api.objects.Skin
-
Gets the haircut of the player.
- getHand() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getHashCode() - Method in interface net.risingworld.api.objects.Storage
-
Gets a hashcode of this chest.
- getHeading() - Method in interface net.risingworld.api.objects.Player
-
Returns the heading/facing, i.e. the player rotation around the y axis (vertical axis)
in radians.
- getHealth() - Method in interface net.risingworld.api.objects.Npc
-
Gets the current health of the npc.
- getHealth() - Method in interface net.risingworld.api.objects.Player
-
Gets the current health of the player.
- getHealth() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the NPC default health.
- getHealthRestoreAmount() - Method in class net.risingworld.api.utils.Definitions.FoodDefinition
-
- getHeight() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the height of this element.
- getHeight() - Method in class net.risingworld.api.gui.GuiLabel
-
This method does not work for labels.
- getHitDamageDefinition() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getHitDamageDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getHitDamageFactor() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getHitNormal() - Method in class net.risingworld.api.events.player.PlayerElementHitEvent
-
Gets the normal, i.e. the normal of the surface that was hit
(the direction in which the surface points).
- getHitPosition() - Method in class net.risingworld.api.events.player.PlayerElementHitEvent
-
Gets the coordinates where the element was hit exactly.
- getHitPosition() - Method in class net.risingworld.api.events.player.world.PlayerConstructionHitEvent
-
Gets the coordinates where the construction element was hit exactly.
- getHitPosition() - Method in class net.risingworld.api.events.player.world.PlayerObjectHitEvent
-
Gets the coordinates where the object was hit exactly.
- getHitPosition() - Method in class net.risingworld.api.events.player.world.PlayerVegetationHitEvent
-
Gets the coordinates where the plant was hit exactly.
- getHitPosition() - Method in class net.risingworld.api.events.player.world.PlayerWorldHitEvent
-
Gets the coordinates where the world was hit exactly.
- getHitPositionX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionHitEvent
-
Gets the x coordinate where the construction element was hit exactly.
- getHitPositionX() - Method in class net.risingworld.api.events.player.world.PlayerObjectHitEvent
-
Gets the x coordinate where the object was hit exactly.
- getHitPositionX() - Method in class net.risingworld.api.events.player.world.PlayerVegetationHitEvent
-
Gets the x coordinate where the plant was hit exactly.
- getHitPositionX() - Method in class net.risingworld.api.events.player.world.PlayerWorldHitEvent
-
Gets the x coordinate where the world was hit exactly.
- getHitPositionY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionHitEvent
-
Gets the y coordinate where the construction element was hit exactly.
- getHitPositionY() - Method in class net.risingworld.api.events.player.world.PlayerObjectHitEvent
-
Gets the y coordinate where the object was hit exactly.
- getHitPositionY() - Method in class net.risingworld.api.events.player.world.PlayerVegetationHitEvent
-
Gets the y coordinate where the plant was hit exactly.
- getHitPositionY() - Method in class net.risingworld.api.events.player.world.PlayerWorldHitEvent
-
Gets the y coordinate where the world was hit exactly.
- getHitPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionHitEvent
-
Gets the z coordinate where the construction element was hit exactly.
- getHitPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerObjectHitEvent
-
Gets the z coordinate where the object was hit exactly.
- getHitPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerVegetationHitEvent
-
Gets the z coordinate where the plant was hit exactly.
- getHitPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerWorldHitEvent
-
Gets the z coordinate where the world was hit exactly.
- getHostilePlayer() - Method in interface net.risingworld.api.objects.Npc
-
Gets the "hostile player".
- getHours() - Method in interface net.risingworld.api.objects.Time
-
Gets the hours (0-23)
- getHoverColor() - Method in class net.risingworld.api.gui.GuiElement
-
- getHunger() - Method in interface net.risingworld.api.objects.Npc
-
Gets the current hunger level of the npc. 100 means the npc is not
hungry, 0 means the npc is starving.
- getHunger() - Method in interface net.risingworld.api.objects.Player
-
Gets the current hunger level of the player. 100 means the player is not
hungry, 0 means the player is starving (i.e. the player looses health).
- getHungerRestoreAmount() - Method in class net.risingworld.api.utils.Definitions.FoodDefinition
-
- getIcon() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Gets the ImageInformation object which is used as icon for this custom item.
- getIcon() - Method in class net.risingworld.api.objects.custom.CustomItem.Variation
-
- getID() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the internal id of this element.
- getID() - Method in interface net.risingworld.api.objects.Clothes.Garment
-
Gets the clothing type ID.
- getID() - Method in class net.risingworld.api.objects.custom.CustomItem.Variation
-
- getID() - Method in interface net.risingworld.api.objects.Item.Attribute
-
Gets the internal attribute type id.
- getID() - Method in interface net.risingworld.api.objects.Player
-
Gets the current ID of this player.
- getID() - Method in interface net.risingworld.api.objects.Sign
-
Gets the global, unique ID of this sign (or more precisely, of the text on this sign).
- getID() - Method in interface net.risingworld.api.objects.Storage
-
Gets the global, unique ID of this chest.
- getID() - Method in class net.risingworld.api.Plugin
-
Gets the internal id of this plugin.
- getID() - Method in class net.risingworld.api.Timer
-
Gets the ID of this timer.
- getID() - Method in class net.risingworld.api.utils.Area
-
Gets the internal unique id of this area (this id is only unique during
runtime).
- getID() - Method in enum net.risingworld.api.utils.Crosshair
-
Used internally.
- getID() - Method in interface net.risingworld.api.utils.CustomImage
-
Gets the image id.
- getID() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
Gets the clothing id.
- getID() - Method in class net.risingworld.api.utils.Definitions.ConstructionDefinition
-
Gets the construction type ID.
- getID() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets the ID.
- getID() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
Gets the music disc ID.
- getID() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the NPC id.
- getID() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets the object ID.
- getID() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets the ID.
- getID() - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets the recipe ID.
- getID() - Method in class net.risingworld.api.worldelements.WorldElement
-
Gets the id of this element.
- getIdleTime() - Method in interface net.risingworld.api.objects.Player
-
Gets the player idle time in seconds.
- getImage() - Method in class net.risingworld.api.events.player.PlayerCustomImageDeleteEvent
-
Gets the custom image the player wants to delete.
- getImage() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadEvent
-
Gets the custom image that was just uploaded by the player.
- getImage() - Method in class net.risingworld.api.gui.GuiImage
-
Gets the image object that is currently set for this element.
- getImageID() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadRequestEvent
-
Gets the target image id.
- getImageName() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadRequestEvent
-
Gets the image name.
- getInfoID() - Method in interface net.risingworld.api.objects.Npc
-
Gets the info ID of the npc.
- getIngredient(int) - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets a specific ingredient.
- getIngredientCount() - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets the number of required ingredients.
- getIngredients() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
Gets all ingredients which are required to craft this item.
- getIngredients() - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets all required ingredients for this recipe.
- getInitialDelay() - Method in class net.risingworld.api.Timer
-
Gets the remaining initial delay (seconds) of this timer.
- getInput() - Method in class net.risingworld.api.events.general.InputEvent
-
- getInput() - Method in class net.risingworld.api.events.player.gui.PlayerGuiInputEvent
-
Gets the text the player has entered.
- getInsulation() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
- getInteractionCrosshair() - Method in class net.risingworld.api.worldelements.World3DModel
-
- getInteractionPreset() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the current interaction preset, or null if no interaction preset was set.
- getInternalDef() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
For internal use only.
- getInternals() - Method in class net.risingworld.api.Plugin
-
- getInterval() - Method in class net.risingworld.api.Timer
-
Gets the interval (seconds) of this timer.
- getInventory() - Method in interface net.risingworld.api.objects.Player
-
Gets the inventory of the player.
- getInventoryHashCode() - Method in interface net.risingworld.api.objects.Inventory
-
Gets a hashcode of this inventory.
- getInventorySlot() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
Gets the target inventory slot (where the player moved the item to).
- getInventorySlot() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryAddEvent
-
Gets the inventory slot.
- getInventorySlot() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
Gets the inventory slot (where the item was moved from).
- getInventorySlot() - Method in class net.risingworld.api.events.player.PlayerDropItemEvent
-
Gets the slot in the inventory the item was removed from.
- getInventorySlotType() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
Gets the target inventory slot type (e.g. quickslot, equipment etc).
- getInventorySlotType() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryAddEvent
-
Gets the inventory slot type (e.g. quickslot, equipment etc).
- getInventorySlotType() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
Gets the inventory slot type (e.g. quickslot, equipment etc).
- getInventorySlotType() - Method in class net.risingworld.api.events.player.PlayerDropItemEvent
-
Gets the inventory / slot type in the players inventory where the item was removed from.
- getIP() - Method in interface net.risingworld.api.objects.Player
-
Gets the ip of the player (only relevant in multiplayer).
- getIP() - Method in interface net.risingworld.api.Server
-
Gets the server ip.
- getItem() - Method in class net.risingworld.api.events.player.inventory.PlayerChestDropEvent
-
Gets the item.
- getItem() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
Gets the item.
- getItem() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryAddEvent
-
Gets the item.
- getItem() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
Gets the item the player tries to move to the chest.
- getItem() - Method in class net.risingworld.api.events.player.PlayerChangeEquippedItemEvent
-
- getItem() - Method in class net.risingworld.api.events.player.PlayerCraftItemEvent
-
Gets the item the player wants to craft.
- getItem() - Method in class net.risingworld.api.events.player.PlayerDropItemEvent
-
Gets the item the player wants to drop.
- getItem() - Method in class net.risingworld.api.events.player.PlayerPickupItemEvent
-
Gets the item the player wants to pick up.
- getItem() - Method in class net.risingworld.api.events.world.ItemElementCollisionEvent
-
- getItem() - Method in class net.risingworld.api.events.world.ItemTransformEvent
-
Gets the item that's about to transform.
- getItem(int, Inventory.SlotType) - Method in interface net.risingworld.api.objects.Inventory
-
Gets the item from the specified slot and inventory type.
- getItem(int) - Method in interface net.risingworld.api.objects.Storage
-
Gets the item from the specified slot.
- getItem(int) - Method in interface net.risingworld.api.World
-
- getItemDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getItemDefinition(short) - Static method in interface net.risingworld.api.objects.Item
-
- getItemDefinition(String) - Static method in interface net.risingworld.api.objects.Item
-
- getItemDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getItemDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getItemName() - Method in class net.risingworld.api.objects.Item.Definition
-
- getItemName() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getItemPosition() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Sets the "offset" of the item in the player hands.
- getItemRotation() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Sets the rotation of the item in the player hands.
- getItems(Inventory.SlotType) - Method in interface net.risingworld.api.objects.Inventory
-
Gets an array containing all items that are currently in the particular
inventory type.
- getItems() - Method in interface net.risingworld.api.objects.Storage
-
Gets an array containing all items that are currently in the chest.
- getItemSlot() - Method in class net.risingworld.api.events.player.PlayerChangeEquippedItemEvent
-
- getItemType() - Method in class net.risingworld.api.objects.Item.Definition
-
- getJavaVersion() - Static method in class net.risingworld.api.utils.Utils.SystemUtils
-
Gets the Java version.
- getKeyCode() - Method in class net.risingworld.api.events.player.PlayerKeyEvent
-
Gets the key code of the key that has been pressed by the player.
- getKiller() - Method in class net.risingworld.api.events.npc.NpcDeathEvent
-
Gets the killer, i.e. the player who is responsible for the death of this
npc.
- getKiller() - Method in class net.risingworld.api.events.player.PlayerDeathEvent
-
Gets the killer, i.e. the player who is responsible for the death of this
player.
- getLanguage() - Method in interface net.risingworld.api.objects.Player
-
Gets the current ingame language of the player.
- getLastTimeOnline() - Method in interface net.risingworld.api.objects.Player
-
Gets a timestamp (i.e. the number of milliseconds since 00:00:00 UTC on
January 1, 1970) when the player was online on this server most recently.
- getLayingPosition() - Method in class net.risingworld.api.worldelements.Interaction.BedPreset
-
- getLayingPosition() - Method in class net.risingworld.api.worldelements.Interaction.TentPreset
-
- getLineColor(int) - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
-
- getLineColor(int) - Method in interface net.risingworld.api.objects.Sign
-
Gets the color of a certain line, as RGB hex int.
- getLines(String) - Static method in class net.risingworld.api.utils.Utils.StringUtils
-
Splits the string by new line characters, i.e.
- getLineText(int) - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
-
Gets the content of a certain line (of the text the player wants to set for this sign).
- getLineText(int) - Method in interface net.risingworld.api.objects.Sign
-
Gets the content of a certain line.
- getLocalizedCategories() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
- getLocalizedDescriptions() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
- getLocalizedNames() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getLocalizedNames() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
- getMarkerColor() - Method in class net.risingworld.api.events.player.gui.PlayerMapCreateMarkerEvent
-
Gets the color of the marker as an int RGBA color code.
- getMarkerColor() - Method in class net.risingworld.api.events.player.gui.PlayerMapRemoveMarkerEvent
-
Gets the color of the marker as an int RGBA color code.
- getMarkerType() - Method in class net.risingworld.api.events.player.gui.PlayerMapCreateMarkerEvent
-
AS OF VERSION 0.8.2.2, THIS FUNCTION DOES NOT WORK YET
- getMarkerType() - Method in class net.risingworld.api.events.player.gui.PlayerMapRemoveMarkerEvent
-
AS OF VERSION 0.8.2.2, THIS FUNCTION DOES NOT WORK YET
- getMarkerTypeID() - Method in class net.risingworld.api.events.player.gui.PlayerMapCreateMarkerEvent
-
Gets the marker type (icon).
- getMarkerTypeID() - Method in class net.risingworld.api.events.player.gui.PlayerMapRemoveMarkerEvent
-
Gets the marker type (icon).
- getMass() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the physical mass of this element.
- getMaxArmor() - Method in interface net.risingworld.api.objects.Player
-
Gets the maximum armor level the player can have.
- getMaxCharacters() - Method in class net.risingworld.api.gui.GuiTextField
-
- getMaxExtent() - Method in class net.risingworld.api.events.player.world.PlayerCreateBlueprintEvent
-
Gets the max radius of the affected area.
- getMaxExtent() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
Gets the max radius of the affected area.
- getMaxHealth() - Method in interface net.risingworld.api.objects.Player
-
Gets the maximum health the player can have.
- getMaxPlayerCount() - Method in interface net.risingworld.api.Server
-
Gets the maximum amount of players allowed on this server.
- getMaxStacksize() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Gets the max amount of items that can be stacked.
- getMaxStacksize() - Method in class net.risingworld.api.objects.Item.Definition
-
- getMaxStacksize() - Method in interface net.risingworld.api.objects.Item
-
Gets the max stack size of the item.
- getMaxStacksize() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets the max stack size of the item.
- getMd5(byte[]) - Static method in class net.risingworld.api.utils.Utils.ByteUtils
-
Generates an MD5 hash from the provided byte array.
- getMd5(File) - Static method in class net.risingworld.api.utils.Utils.FileUtils
-
Gets the MD5 hash of a file.
- getMd5(String) - Static method in class net.risingworld.api.utils.Utils.StringUtils
-
Generates an MD5 hash from the provided string.
- getMemory() - Static method in class net.risingworld.api.utils.Utils.SystemUtils
-
Gets the maximum amount of heap memory the JVM can use.
- getMessageClass(short) - Method in interface net.risingworld.api.Internals
-
Gets a message class from an id.
- getMetalDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getMinutes() - Method in interface net.risingworld.api.objects.Time
-
Gets the minutes (0-59)
- getModel() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Gets the ModelInformation object which is used for this custom item.
- getModel() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the current ModelInformation object of this element.
- getModelSize() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Gets the model size.
- getMonth() - Method in interface net.risingworld.api.objects.Time
-
Gets the month (1-12)
- getMoonPhase() - Method in interface net.risingworld.api.objects.Time
-
Gets the current moon phase.
- getMount() - Method in interface net.risingworld.api.objects.Player
-
Gets the mount the player is currently riding on.
- getMouseButton() - Method in class net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent
-
Gets the mouse button.
- getMouseButton() - Method in class net.risingworld.api.events.player.gui.PlayerMapClickEvent
-
Gets the mouse button.
- getMultiplePlacementCount() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlockEvent
-
Gets the amount of blocks that will be placed.
- getMultiplePlacementDirection() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlockEvent
-
Gets the block row direction if the player places multiple blocks in a row
at once.
- getMusicDiscInfo(int) - Static method in class net.risingworld.api.utils.Definitions
-
- getMySQLConnection(String, String, int, String, String) - Method in class net.risingworld.api.Plugin
-
Gets a new MySQL database connection.
- getName() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Gets the item name.
- getName() - Method in interface net.risingworld.api.objects.Item
-
Gets the ingame name (not the localized name) of the item.
- getName() - Method in interface net.risingworld.api.objects.Npc
-
Gets the name of the npc.
- getName() - Method in interface net.risingworld.api.objects.Player
-
Gets the name of the player.
- getName() - Method in class net.risingworld.api.Plugin
-
- getName() - Method in interface net.risingworld.api.Server
-
Gets the server name.
- getName() - Method in interface net.risingworld.api.utils.CustomImage
-
Gets the image name.
- getName() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
Gets the name of the piece of clothes (always lowercase).
- getName() - Method in class net.risingworld.api.utils.Definitions.ConstructionDefinition
-
Gets the name of the construction element (alway lowercase).
- getName() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets the item name (alway lowercase).
- getName() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the name of the NPC (always lowercase).
- getName() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets the object name (alway lowercase).
- getName() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets the plant name (alway lowercase).
- getName() - Method in interface net.risingworld.api.World
-
Gets the world name.
- getNearestPlayer() - Method in interface net.risingworld.api.objects.Npc
-
Gets the nearest player, or more precisely, the player which is considered as
the "nearest player" by the npc.
- getNetwork() - Method in interface net.risingworld.api.Internals
-
Provides access to the underlying network server ("AbstractServer")
- getNewBlockPosition() - Method in class net.risingworld.api.events.player.PlayerChangeBlockPositionEvent
-
Gets the new block position of the player.
- getNewChunkCoordinates() - Method in class net.risingworld.api.events.player.PlayerEnterChunkEvent
-
Gets the coordinates of the new chunk.
- getNewChunkPositionX() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new x offset of the chunk (which contains the construction element).
- getNewChunkPositionY() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new y offset of the chunk (which contains the construction element).
- getNewChunkPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new z offset of the chunk (which contains the construction element).
- getNewConstructionPosition() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new world position of the construction element as a Vector3f.
- getNewConstructionPositionX() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new world x position of the construction element.
- getNewConstructionPositionY() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new world y position of the construction element.
- getNewConstructionPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new world z position of the construction element.
- getNewConstructionRotation() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new rotation of the construction element as a Quaternion.
- getNewConstructionSize() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new size (x, y, z) of the construction element as a Vector3f.
- getNewConstructionSizeX() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
- getNewConstructionSizeY() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
- getNewConstructionSizeZ() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
- getNewConstructionTextureID() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new texture of the construction element.
- getNewConstructionTypeID() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
Gets the new type ID of the construction element.
- getNewGamemode() - Method in class net.risingworld.api.events.player.PlayerChangeGamemodeEvent
-
Gets the new game mode.
- getNewObjectStatus() - Method in class net.risingworld.api.events.player.world.PlayerChangeObjectStatusEvent
-
Gets the new object status.
- getNewPermissionGroup() - Method in class net.risingworld.api.events.player.PlayerPermissionGroupChangeEvent
-
Gets the name of the new permission group (the player will be assigned to).
- getNewScreenResolutionX() - Method in class net.risingworld.api.events.player.gui.PlayerChangeScreenResolutionEvent
-
- getNewScreenResolutionY() - Method in class net.risingworld.api.events.player.gui.PlayerChangeScreenResolutionEvent
-
- getNewStacksize() - Method in class net.risingworld.api.events.world.ItemTransformEvent
-
- getNewTypeID() - Method in class net.risingworld.api.events.world.ItemTransformEvent
-
Gets the new target item type ID.
- getNewWorldpartCoordinates() - Method in class net.risingworld.api.events.player.PlayerEnterWorldpartEvent
-
Gets the coordinates of the new worldpart.
- getNextGrowthStage() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets the next growth stage, i.e. the name of the "new" plant (always lowercase).
- getNextGrowthTime() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the growth time for the next plant stage (in seconds).
- getNextNpcGroupID() - Method in interface net.risingworld.api.World
-
Gets the next "free" (unused) group ID for npcs.
- getNextStagePlantDefinition() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
- getNextStageTypeID() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the next type ID of the plant, i.e. of the next growth stage.
- getNextWeather() - Method in class net.risingworld.api.events.world.WeatherChangeEvent
-
Gets the next, target weather.
- getNextWeather() - Method in interface net.risingworld.api.Server
-
Gets the next weather type.
- getNpc() - Method in class net.risingworld.api.events.npc.NpcDeathEvent
-
Gets the npc which died.
- getNpc() - Method in class net.risingworld.api.events.npc.NpcHitNpcEvent
-
Gets the target npc, i.e. the npc which was hit by the attacker.
- getNpc() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
Gets the npc that is about to spawn.
- getNpc() - Method in class net.risingworld.api.events.player.PlayerDismountNpcEvent
-
- getNpc() - Method in class net.risingworld.api.events.player.PlayerHitNpcEvent
-
Gets the target npc, i.e. the npc which was hit by the player.
- getNpc() - Method in class net.risingworld.api.events.player.PlayerMountNpcEvent
-
- getNpc() - Method in class net.risingworld.api.events.player.PlayerNpcEvent
-
Gets the npc.
- getNpc(int) - Method in interface net.risingworld.api.Internals
-
- getNpc(int) - Method in interface net.risingworld.api.World
-
- getNpcDamage() - Method in class net.risingworld.api.events.world.ExplosionEvent
-
Sets the amount of damage this explosion deals for npcs (e.g. animals).
- getNpcDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getNpcDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getNpcType() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the NPC type as String (always uppercase).
- getNumberOfVariations() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getNumChests() - Method in interface net.risingworld.api.World
-
- getNumItems() - Method in interface net.risingworld.api.World
-
- getNumLines() - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
-
- getNumLines() - Method in interface net.risingworld.api.objects.Sign
-
Gets the total amount of text lines on this sign.
- getNumNpcs() - Method in interface net.risingworld.api.World
-
Gets the current amount of npcs in the world.
- getNumStorages() - Method in interface net.risingworld.api.World
-
Gets the total amount of storages in the world.
- getObjectCount() - Method in class net.risingworld.api.events.player.world.PlayerCreateBlueprintEvent
-
Gets the amount of objects (i.e. furniture, doors, lamps etc) this blueprint
will contain.
- getObjectCount() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
Gets the amount of objects (i.e. furniture, doors, lamps etc) in this blueprint.
- getObjectDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getObjectDefinition() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the object definition for this item (this contains meta data about
the object type).
- getObjectDefinition() - Method in class net.risingworld.api.utils.Definitions.ChestDefinition
-
- getObjectDefinition() - Method in class net.risingworld.api.utils.Definitions.CraftingStation
-
Gets the related object definition.
- getObjectDefinition() - Method in class net.risingworld.api.utils.Definitions.FurnaceDefinition
-
Gets the related object definition.
- getObjectDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getObjectDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getObjectID() - Method in interface net.risingworld.api.objects.Item.ObjectAttribute
-
Gets the object id.
- getObjectID() - Method in class net.risingworld.api.utils.Definitions.ChestDefinition
-
- getObjectID() - Method in class net.risingworld.api.utils.Definitions.CraftingStation
-
Gets the related object type id.
- getObjectID() - Method in class net.risingworld.api.utils.Definitions.FurnaceDefinition
-
Gets the related object type id.
- getObjectInfoID() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the info ID of the object.
- getObjectInfoID() - Method in class net.risingworld.api.events.world.ItemTransformEvent
-
Gets the info ID of the object which processed this item (e.g. the furnace ID).
- getObjectName() - Method in class net.risingworld.api.utils.Definitions.ChestDefinition
-
- getObjectName() - Method in class net.risingworld.api.utils.Definitions.CraftingStation
-
Gets the related object name (always lowercase).
- getObjectName() - Method in class net.risingworld.api.utils.Definitions.FurnaceDefinition
-
Gets the related object name (always lowercase).
- getObjectPosition() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the world position of the object as a Vector3f.
- getObjectPositionX() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the world x position of the object.
- getObjectPositionY() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the world y position of the object.
- getObjectPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the world z position of the object.
- getObjectRotation() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the rotation of the object as a Quaternion.
- getObjectRotationX() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the object rotation as euler x angle (pitch).
- getObjectRotationY() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the object rotation as euler y angle (yaw).
- getObjectRotationZ() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the object rotation as euler z angle (roll).
- getObjectStatus() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the current status of the object.
- getObjectTypeID() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the type ID of the object.
- getObjectVariation() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the variation of the objecth.
- getOldBlockPosition() - Method in class net.risingworld.api.events.player.PlayerChangeBlockPositionEvent
-
Gets the old block position of the player.
- getOldChunkCoordinates() - Method in class net.risingworld.api.events.player.PlayerEnterChunkEvent
-
Gets the coordinates of the old, previous chunk.
- getOldScreenResolutionX() - Method in class net.risingworld.api.events.player.gui.PlayerChangeScreenResolutionEvent
-
- getOldScreenResolutionY() - Method in class net.risingworld.api.events.player.gui.PlayerChangeScreenResolutionEvent
-
- getOldWorldpartCoordinates() - Method in class net.risingworld.api.events.player.PlayerEnterWorldpartEvent
-
Gets the coordinates of the old, previous worldpart.
- getOperatingSystem() - Static method in class net.risingworld.api.utils.Utils.SystemUtils
-
Gets the name of the operating system.
- getOption(String, Callback<String>) - Method in interface net.risingworld.api.objects.Player
-
Gets a setting from the client (a setting from his config.properties file).
- getOption(String) - Method in interface net.risingworld.api.Server
-
Gets a server option from the "server.properties" file.
- getOreAmount() - Method in interface net.risingworld.api.World
-
Gets the ore amount (0-4).
- getOrigin() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
Gets the origin of this npc spawn, i.e. the reason why this npc spawns
(e.g. natural spawn, or spawned via command etc).
- getOrigin() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryAddEvent
-
Gets the origin of the item, i.e. where the player got this item from (i.e.
- getOriginalHeight() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadRequestEvent
-
Gets the original image height.
- getOriginalHeight() - Method in interface net.risingworld.api.utils.CustomImage
-
- getOriginalWidth() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadRequestEvent
-
Gets the original image width.
- getOriginalWidth() - Method in interface net.risingworld.api.utils.CustomImage
-
- getOwnerID() - Method in interface net.risingworld.api.objects.Inventory
-
Gets the ID of the according owner.
- getPaintableHeight() - Method in class net.risingworld.api.gui.GuiPaintable
-
Deprecated.
- getPaintableWidth() - Method in class net.risingworld.api.gui.GuiPaintable
-
Deprecated.
- getParent() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the parent of this element.
- getParentID() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the id of the parent.
- getPath() - Method in interface net.risingworld.api.database.WorldDatabase
-
Gets the path to the database (when using MySQL, this function gets the
IP and port of the MySQL server).
- getPath() - Method in class net.risingworld.api.events.player.gui.PlayerSelectFileEvent
-
Gets the (client side) path to the file, e.g.
- getPath() - Method in class net.risingworld.api.Plugin
-
Gets the path to the plugin folder (for example: "C:/Server/plugins/MyPlugin").
- getPermissionGroup() - Method in interface net.risingworld.api.objects.Player
-
Gets the current permission group name of the player.
- getPermissionValue(String) - Method in interface net.risingworld.api.objects.Player
-
Gets a particular permission value (usually boolean, int, String) from the
current player permission.
- getPing() - Method in interface net.risingworld.api.objects.Player
-
Gets the current ping of the player, in other words, the amount of time
(in milliseconds) that passes until a player packet arrives at the server.
- getPivot() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the pivot of this element.
- getPlantDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getPlantDefinition() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
- getPlantDefinition() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
- getPlantDefinition(short) - Static method in class net.risingworld.api.utils.Definitions
-
- getPlantDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getPlantPosition() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the world position of the plant as a Vector3f.
- getPlantPosition() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the world position of the plant as a Vector3f.
- getPlantPositionX() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the world x position of the plant.
- getPlantPositionX() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the world x position of the plant.
- getPlantPositionY() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the world y position of the plant.
- getPlantPositionY() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the world y position of the plant.
- getPlantPositionZ() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the world z position of the plant.
- getPlantPositionZ() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the world z position of the plant.
- getPlantRotation() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the rotation of the plant as a Quaternion.
- getPlantRotation() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the current rotation of the plant as a Quaternion.
- getPlantRotationX() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the plant rotation as euler x angle (pitch).
- getPlantRotationY() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the plant rotation as euler y angle (yaw).
- getPlantRotationZ() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the plant rotation as euler z angle (roll).
- getPlantTypeID() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the type ID of the plant.
- getPlantTypeID() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
Gets the current type ID of the plant.
- getPlayer() - Method in class net.risingworld.api.events.player.PlayerEvent
-
Gets the player object (the player who triggered this event).
- getPlayer(long) - Method in interface net.risingworld.api.Internals
-
- getPlayer(int) - Method in interface net.risingworld.api.Server
-
Gets a player object representing the player with the provided playerid.
- getPlayer(long) - Method in interface net.risingworld.api.Server
-
Gets a player object representing the player with the provided unique ID
(for Steam users, this is the SteamID64).
- getPlayer(String) - Method in interface net.risingworld.api.Server
-
Gets a player object representing the player with the provided playername.
- getPlayerChatName() - Method in class net.risingworld.api.events.player.PlayerChatEvent
-
Gets the full player name (including all prefixes and color codes [if set]) in the chat.
- getPlayerCount() - Method in interface net.risingworld.api.Server
-
Gets the amount of players that are currently connected to this server.
- getPlayerDamage() - Method in class net.risingworld.api.events.world.ExplosionEvent
-
Gets the amount of damage this explosion deals for players.
- getPlayerDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getPlayerDbID() - Method in interface net.risingworld.api.objects.Inventory
-
- getPlayerDbID() - Method in interface net.risingworld.api.objects.Sign
-
Gets the database id of the player who set the text on the sign.
- getPlayerDbID() - Method in interface net.risingworld.api.utils.CustomImage
-
Gets the database id of the player who uploaded the image.
- getPlayerIdleAnimation() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getPlayerInventory(long) - Method in interface net.risingworld.api.Internals
-
- getPlayerName() - Method in class net.risingworld.api.events.general.AddAdminEvent
-
Gets the name of the player who was added to the admin list.
- getPlayerName() - Method in class net.risingworld.api.events.general.RemoveAdminEvent
-
Gets the name of the player who was removed from the admin list.
- getPlayerPrimaryAnimation() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getPlayerSecondaryAnimation() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getPlayerUID() - Method in class net.risingworld.api.events.general.AddAdminEvent
-
Get the unique ID of the player who was added to the admin list.
- getPlayerUID() - Method in interface net.risingworld.api.utils.CustomImage
-
Gets the UID of the player who uploaded this image.
- getPluginByID(int) - Method in class net.risingworld.api.Plugin
-
- getPluginByName(String) - Method in class net.risingworld.api.Plugin
-
Finds a plugin with the according name and returns the instance.
- getPort() - Method in interface net.risingworld.api.Server
-
Gets the server port.
- getPosition() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
- getPosition() - Method in class net.risingworld.api.events.player.PlayerChangePositionEvent
-
Gets the new position of the player.
- getPosition() - Method in class net.risingworld.api.events.player.PlayerDropItemEvent
-
Gets the item drop position.
- getPosition() - Method in class net.risingworld.api.events.player.world.PlayerCreateBlueprintEvent
-
Gets the target world position of the blueprint, or more precisely, the
center position of the affected area.
- getPosition() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
Gets the target world position of the blueprint, or more precisely, the
center position of the affected area.
- getPosition() - Method in class net.risingworld.api.events.world.ExplosionEvent
-
Gets the global world position of the explosion.
- getPosition() - Method in interface net.risingworld.api.objects.Npc
-
Gets a Vector3f containing the current global x, y and z
coordinate of the npc.
- getPosition() - Method in interface net.risingworld.api.objects.Player
-
Gets a Vector3f containing the current global x, y and z
coordinate of the player.
- getPosition() - Method in interface net.risingworld.api.objects.WorldItem
-
Gets a Vector3f containing the current global x, y and z
coordinate of this item.
- getPosition() - Method in class net.risingworld.api.worldelements.WorldElement
-
Gets the global position of this element.
- getPositionX() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the x (horizontal) position of this element.
- getPositionY() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the y (vertical) position of this element.
- getPreviewImageDimension() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
- getPreviewImagePositionX() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
- getPreviewImagePositionY() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
- getPreviewOffset() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
- getPreviewRotation() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
- getPreviewSize() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
Gets the size of the preview element (in the crafting menu).
- getPreviousHealth() - Method in class net.risingworld.api.events.player.PlayerDamageEvent
-
Gets the previous amount of health.
- getPreviousItemSlot() - Method in class net.risingworld.api.events.player.PlayerChangeEquippedItemEvent
-
- getPreviousPermissionGroup() - Method in class net.risingworld.api.events.player.PlayerPermissionGroupChangeEvent
-
Gets the old permission group of the player.
- getPrimaryAction() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getPrimaryActionDelay() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getProcessorCores() - Static method in class net.risingworld.api.utils.Utils.SystemUtils
-
Gets the number of processors or cores available to the JVM.
- getProportionalHeight() - Method in class net.risingworld.api.gui.GuiImage
-
- getProportionalWidth() - Method in class net.risingworld.api.gui.GuiImage
-
- getProtection() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
- getPX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal position value.
- getPX() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the internal position value.
- getPX() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the internal position value.
- getPY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal position value.
- getPY() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the internal position value.
- getPY() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the internal position value.
- getPZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal position value.
- getPZ() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the internal position value.
- getPZ() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the internal position value.
- getQuickslotFocus() - Method in interface net.risingworld.api.objects.Inventory
-
Gets the current quickslot (hotbar) focus (i.e. the currently equipped item).
- getRange() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getRawArrayIndex(int, int, int) - Method in class net.risingworld.api.utils.Chunk
-
Calculates the index in order to access the terrain / block arrays directly.
- getRawArrayIndex(int, int, int) - Method in class net.risingworld.api.utils.ChunkLOD
-
Calculates the index in order to access the surface directly.
- getRawChunk(int, int, int) - Method in interface net.risingworld.api.Internals
-
- getRawChunkAddition(int, int) - Method in interface net.risingworld.api.Internals
-
- getRawChunkBlocks(int, int, int) - Method in interface net.risingworld.api.Internals
-
Gets the raw internal block data of a chunk, as a compressed byte array.
- getRawChunkConstructions(int, int) - Method in interface net.risingworld.api.Internals
-
- getRawChunkLOD(int, int) - Method in interface net.risingworld.api.Internals
-
- getRawChunkObjects(int, int) - Method in interface net.risingworld.api.Internals
-
- getRawChunkTerrain(int, int, int) - Method in interface net.risingworld.api.Internals
-
Gets the raw internal terrain data of a chunk, as a compressed byte array.
- getRawChunkVegetations(int, int) - Method in interface net.risingworld.api.Internals
-
- getRawName() - Method in enum net.risingworld.api.utils.Animation
-
Gets the internal animation name.
- getRawText() - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
-
Gets the raw text the player wants to set for this sign, i.e. the text including
color codes.
- getRawText() - Method in interface net.risingworld.api.objects.Sign
-
Gets the raw text of the sign, i.e. the text with color codes.
- getReason() - Method in class net.risingworld.api.events.player.PlayerBanEvent
-
Gets the reason why the player will be banned.
- getReason() - Method in class net.risingworld.api.events.player.PlayerKickEvent
-
Gets the reason why the player will be kicked.
- getRecipe(String, int) - Static method in class net.risingworld.api.utils.Definitions
-
- getRecipes() - Method in class net.risingworld.api.utils.Definitions.CraftingStation
-
Gets all recipes which are available at this crafting station.
- getRegisteredKeys() - Method in interface net.risingworld.api.objects.Player
-
Gets all keys that are registered.
- getRelatedItem() - Method in class net.risingworld.api.events.world.ExplosionEvent
-
Gets the related item which caused this explosion (e.g. tnt).
- getRelatedItem() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets the related item of this object (always lowercase).
- getRelatedItemDefinition() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
Gets the related item definition.
- getRelatedItemDefinition() - Method in class net.risingworld.api.utils.Definitions.Recipe.Ingredient
-
Gets the related item definition.
- getRelatedItemID() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
Gets the related item ID.
- getRelatedItemID() - Method in class net.risingworld.api.utils.Definitions.Recipe.Ingredient
-
Gets the related item ID (i.e. the actual ingredient).
- getRelatedItemName() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
Gets the related item name (always lowercase), e.g.
- getRelatedItemName() - Method in class net.risingworld.api.utils.Definitions.Recipe.Ingredient
-
Gets the related item name (always lowercase), e.g.
- getRelatedItemTextureID() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
- getRelatedItemTextureID() - Method in class net.risingworld.api.utils.Definitions.Recipe.Ingredient
-
Gets the related item texture.
- getRelatedPlayer() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
Returns the related player.
- getRelatedPlayer() - Method in class net.risingworld.api.events.world.ExplosionEvent
-
Gets the player who is responsible for this explosion.
- getRelatedPlayer() - Method in interface net.risingworld.api.objects.WorldItem
-
This function returns the player that is related to this item.
- getRelativeMousePositionX() - Method in class net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent
-
Gets the relative (0.0-1.0) x (horizontal) position of the mouse cursor
(inside the gui element).
- getRelativeMousePositionY() - Method in class net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent
-
Gets the relative (0.0-1.0) y (vertical) position of the mouse cursor
(inside the gui element).
- getRepetitions() - Method in class net.risingworld.api.Timer
-
Gets how often the timer is supposed to trigger / repeat.
- getReplacement() - Method in enum net.risingworld.api.utils.Animation
-
Gets the replacement animation, i.e. the animation which will be played instead
in 3rd person view (as well as for other players).
- getRespawnPosition() - Method in interface net.risingworld.api.objects.Player
-
Gets the estimated respawn position (i.e. the position the player will respawn
once he died [or once he gets respawned forcefully]).
- getRider() - Method in interface net.risingworld.api.objects.Npc
-
Gets the rider of the npc, if present.
- getRotation() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
- getRotation() - Method in class net.risingworld.api.events.player.PlayerChangePositionEvent
-
- getRotation() - Method in class net.risingworld.api.events.player.PlayerDropItemEvent
-
Gets the item drop rotation (rotation of the item).
- getRotation() - Method in interface net.risingworld.api.objects.Npc
-
- getRotation() - Method in interface net.risingworld.api.objects.Player
-
Gets the current player rotation.
- getRotation() - Method in interface net.risingworld.api.objects.WorldItem
-
Gets a Quaternion containing the current rotation of this item.
- getRotation() - Method in class net.risingworld.api.worldelements.WorldElement
-
Gets the rotation of this element.
- getRunningTime() - Method in interface net.risingworld.api.Server
-
Gets the amount of seconds that have passed since serverstart.
- getRunspeed() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the run speed of the NPC.
- getRX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal rotation value.
- getRX() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the internal rotation value.
- getRX() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the internal rotation value.
- getRY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal rotation value.
- getRY() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the internal rotation value.
- getRY() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the internal rotation value.
- getRZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal rotation value.
- getRZ() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
-
Gets the internal rotation value.
- getRZ() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
-
Gets the internal rotation value.
- getSaplingItemDefinition() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets the related sapling item definition.
- getSaplingItemID() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets the sapling item id.
- getScale() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the scale (xyz) of this model.
- getScreenResolutionX() - Method in interface net.risingworld.api.objects.Player
-
Gets the current screen width (horizontal resolution) the player set for his game.
- getScreenResolutionY() - Method in interface net.risingworld.api.objects.Player
-
Gets the current screen height (vertical resolution) the player set for his game.
- getScreenToWorldPosition(float, float, boolean, Callback<Vector3f>) - Method in interface net.risingworld.api.objects.Player
-
Performs a raycast from the screen xy position.
- getSeat() - Method in class net.risingworld.api.events.player.PlayerEnterVehicleEvent
-
- getSecondaryAction() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getSecondaryActionDelay() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getSeconds() - Method in interface net.risingworld.api.objects.Time
-
Gets the seconds (0-59)
- getSeed() - Method in interface net.risingworld.api.World
-
Gets the world seed, as a string.
- getSenderName() - Method in class net.risingworld.api.events.player.PlayerBanEvent
-
Gets the name of the player who wants to ban this player.
- getSenderName() - Method in class net.risingworld.api.events.player.PlayerKickEvent
-
Gets the name of the player who wants to kick this player.
- getServer() - Method in interface net.risingworld.api.Internals
-
Provides access to the internal game server object.
- getServer() - Method in class net.risingworld.api.Plugin
-
Gets the server object.
- getServerNpcManager() - Method in interface net.risingworld.api.Internals
-
- getServerPlayerManager() - Method in interface net.risingworld.api.Internals
-
- getServerWorldManager() - Method in interface net.risingworld.api.Internals
-
- getSign() - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
-
Gets the related sign object.
- getSign(int) - Method in interface net.risingworld.api.World
-
Gets a particular sign.
- getSignID() - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
-
Gets the related sign ID.
- getSittingPosition() - Method in class net.risingworld.api.worldelements.Interaction.ChairPreset
-
- getSkin() - Method in interface net.risingworld.api.objects.Npc
-
Gets a Skin
object which represents the appearance of the npc,
i.e. gender, haircut, skin color, hair color etc.
- getSkin() - Method in interface net.risingworld.api.objects.Player
-
Gets a Skin
object which represents the appearance of the character,
i.e. gender, haircut, skin color, hair color etc.
- getSkinColor() - Method in interface net.risingworld.api.objects.Skin
-
Gets the skin color of the character.
- getSlotCount(Inventory.SlotType) - Method in interface net.risingworld.api.objects.Inventory
-
Gets the amount of slots the particular inventory/slot type has.
- getSlotCount() - Method in interface net.risingworld.api.objects.Storage
-
Gets the amount of slots the chest has.
- getSlots() - Method in class net.risingworld.api.utils.Definitions.ChestDefinition
-
- getSlots() - Method in class net.risingworld.api.utils.Definitions.StorageDefinition
-
Gets the number of slots of the storage.
- getSlots() - Method in class net.risingworld.api.worldelements.Interaction.ChestPreset
-
- getSoilDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getSoundParameterID() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getSpawnPosition() - Method in class net.risingworld.api.events.player.PlayerRespawnEvent
-
Gets the spawn position.
- getSpawnPosition() - Method in class net.risingworld.api.events.player.PlayerSpawnEvent
-
Gets the spawn coordinates (where the player will spawn this time).
- getSpawnRotation() - Method in class net.risingworld.api.events.player.PlayerRespawnEvent
-
Gets the spawn rotation.
- getSpawnRotation() - Method in class net.risingworld.api.events.player.PlayerSpawnEvent
-
Gets the spawn rotation.
- getSpeed() - Method in enum net.risingworld.api.utils.Animation
-
Gets the speed at which this animation is played.
- getSQLiteConnection(String) - Method in class net.risingworld.api.Plugin
-
Gets a new SQLite database connection.
- getStacksize() - Method in interface net.risingworld.api.objects.Item
-
Gets the current stack size of the item.
- getStamina() - Method in interface net.risingworld.api.objects.Player
-
Gets the player stamina. 0 means the player is fully exhausted (so the player
cannot sprint anymore), 100 is the max value.
- getStartBlockPosition() - Method in class net.risingworld.api.utils.Area
-
- getStartChunkPosition() - Method in class net.risingworld.api.utils.Area
-
- getStatus() - Method in interface net.risingworld.api.objects.Item
-
Gets the current status of the item.
- getSteamID() - Method in interface net.risingworld.api.Server
-
Gets the SteamID64 of the server.
- getStoneDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getStorage(int) - Method in interface net.risingworld.api.Internals
-
- getStorage(int) - Method in interface net.risingworld.api.World
-
Gets a particular storage (i.e. the content of the storage).
- getStorageDefinition(String) - Static method in class net.risingworld.api.utils.Definitions
-
- getStorageName() - Method in class net.risingworld.api.utils.Definitions.StorageDefinition
-
Gets the name of the storage.
- getStrength() - Method in class net.risingworld.api.objects.Item.Definition
-
- getStrength() - Method in class net.risingworld.api.utils.Definitions.ConstructionDefinition
-
- getStrength() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets the strength of this item (determines how many hits it can take
until it breaks).
- getStrength() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets the strength of this plant.
- getSurfaceElevation(int, int) - Method in class net.risingworld.api.utils.ChunkLOD
-
Gets the surface elevation at the given position.
- getSurfaceTerrainID(int, int) - Method in class net.risingworld.api.utils.ChunkLOD
-
Gets the surface terrain ID (texture) at the given position.
- getSX() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal size value.
- getSY() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal size value.
- getSystemLanguage() - Method in interface net.risingworld.api.objects.Player
-
Gets the current system language of the player.
- getSZ() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
-
Gets the internal size value.
- getTargetCount() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
Gets the amount of items you get when crafting this item.
- getTargetDimension() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadRequestEvent
-
Gets the target image dimension, depending on the player permission.
- getTargetInventorySlot() - Method in class net.risingworld.api.events.player.PlayerPickupItemEvent
-
Gets the destinated slot in the players inventory where the item will be
added.
- getTargetInventorySlotType() - Method in class net.risingworld.api.events.player.PlayerPickupItemEvent
-
Gets the destinated inventory / slot type in the players inventory where
the item will be added.
- getTargetItemDefinition() - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets the target item definition.
- getTargetItemID() - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets the target item ID.
- getTargetItemName() - Method in class net.risingworld.api.utils.Definitions.Recipe
-
Gets the target item name (always lowercase), e.g.
- getTargetNpc() - Method in class net.risingworld.api.events.player.PlayerHitNpcEvent
-
- getTargetPlayer() - Method in class net.risingworld.api.events.player.PlayerHitEvent
-
Gets the target player, i.e. the player who was hit.
- getTargetPlayer() - Method in class net.risingworld.api.events.player.PlayerPlayerInteractionEvent
-
Gets the target player (i.e. the other player the player interacts with).
- getTargetPlayer() - Method in class net.risingworld.api.events.player.PlayerPrivateMessageEvent
-
Gets the recipient of the message.
- getTargetPosition() - Method in class net.risingworld.api.events.player.PlayerTeleportEvent
-
Gets the new position of the player.
- getTargetUUID() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
Gets the UUID of the target item/object.
- getTargetVariation() - Method in class net.risingworld.api.objects.custom.CustomRecipe
-
Gets the variation of the target item/object.
- getTask() - Method in class net.risingworld.api.Timer
-
Gets the task which will be executed once the timer triggers, or null if no
task was set for this timer.
- getTemperature() - Method in interface net.risingworld.api.objects.Player
-
Gets the current player temperature (in celsius).
- getTemperature(float, float, float) - Method in interface net.risingworld.api.World
-
Gets the current environment temperature at a given location.
- getTerrainCount() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
Gets the amount of "terrain blocks" in this blueprint.
- getTerrainDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getTerrainID() - Method in class net.risingworld.api.events.player.world.PlayerCreativeTerrainEditEvent
-
Gets the terrain id the player wants to place.
- getTerrainID() - Method in class net.risingworld.api.events.player.world.PlayerDestroyTerrainEvent
-
Gets the terrain id the player is going to destroy.
- getTerrainID() - Method in class net.risingworld.api.events.player.world.PlayerPlaceTerrainEvent
-
Gets the terrain id the player wants to place.
- getTerrainID(int, int, int) - Method in class net.risingworld.api.utils.Chunk
-
Gets the terrain ID at a certain position.
- getTerrainID(Vector3i, Vector3i) - Method in interface net.risingworld.api.World
-
Gets the terrain id at the given position.
- getTerrainID(int, int, int, int, int, int) - Method in interface net.risingworld.api.World
-
Gets the terrain id at the given position.
- getText() - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
-
Gets the text the player wants to set for this sign.
- getText() - Method in class net.risingworld.api.gui.GuiLabel
-
Gets the current text of this label.
- getText() - Method in interface net.risingworld.api.objects.Sign
-
Gets the text of this sign.
- getText() - Method in class net.risingworld.api.worldelements.World3DText
-
Gets the text.
- getTexture() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Gets the ImageInformation object which is used as texture for this custom item.
- getTexture() - Method in class net.risingworld.api.objects.custom.CustomItem.Variation
-
- getTexture(int, int) - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
This method gets a reference to the object texture.
- getTexture() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the current ImageInformation object of this element.
- getTextureCount(int) - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets the total amount of used textures for this object, or more precisely,
for a particular object variation.
- getTextureOffset() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the offset of the texture of this model.
- getTextureScale() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets the scale (xy) of the texture of this model.
- getThirst() - Method in interface net.risingworld.api.objects.Npc
-
Gets the current thirst level of the npc. 100 means the npc is not
thirsty, 0 means the npc is dying of dehydration.
- getThirst() - Method in interface net.risingworld.api.objects.Player
-
Gets the current thirst level of the player. 100 means the player is not
thirsty, 0 means the player is dying of dehydration
(i.e. the player looses health).
- getThirstRestoreAmount() - Method in class net.risingworld.api.utils.Definitions.FoodDefinition
-
- getTick() - Method in class net.risingworld.api.Timer
-
Used internally!
- getTime(Time.Unit) - Method in interface net.risingworld.api.objects.Time
-
- getTitle() - Method in class net.risingworld.api.utils.Definitions.MusicDiscInfo
-
Gets the title of the track.
- getTotalBytes() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadEvent
-
Gets the total amount of bytes (image data) that were uploaded by the client.
- getTotalPlayTime() - Method in interface net.risingworld.api.objects.Player
-
Gets the total amount of time the player has spent on this server (or more
precisely, the amount of time the player has spent on this world).
- getTpf() - Method in class net.risingworld.api.events.general.UpdateEvent
-
Gets the time-per-frame, i.e. the amount of seconds between the last
call and this call.
- getTreeDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getTrigger() - Method in class net.risingworld.api.events.world.ItemTransformEvent
-
Gets the trigger of the item transformation, i.e. what caused the item to transform.
- getType() - Method in interface net.risingworld.api.database.Database
-
Gets the database type.
- getType() - Method in interface net.risingworld.api.database.WorldDatabase
-
Gets the database type.
- getType() - Method in class net.risingworld.api.events.player.world.PlayerWorldHitEvent
-
Gets the world hit type, i.e. if the player hit terrain, blocks etc.
- getType() - Method in interface net.risingworld.api.objects.Npc
-
Gets the type of this npc (i.e. the species/kind).
- getType() - Method in interface net.risingworld.api.Server
-
Gets the current type of the server.
- getType() - Method in enum net.risingworld.api.utils.Animation
-
Gets the animation type.
- getType() - Method in class net.risingworld.api.utils.CollisionShape
-
Gets the type of the collision shape.
- getType() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets the item type as String (always uppercase), for example "BLOCK".
- getType() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets the object type as String (always uppercase).
- getType() - Method in class net.risingworld.api.worldelements.Interaction.BedPreset
-
- getType() - Method in class net.risingworld.api.worldelements.Interaction.ChairPreset
-
- getType() - Method in class net.risingworld.api.worldelements.Interaction.ChestPreset
-
- getType() - Method in class net.risingworld.api.worldelements.Interaction
-
Gets the interaction preset type.
- getType() - Method in class net.risingworld.api.worldelements.Interaction.TentPreset
-
- getTypeID() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
Gets the type ID of the npc.
- getTypeID() - Method in class net.risingworld.api.objects.Item.Definition
-
- getTypeID() - Method in interface net.risingworld.api.objects.Item
-
Gets the type ID of the item.
- getTypeID() - Method in interface net.risingworld.api.objects.Npc
-
Gets the type ID of the npc.
- getUID() - Method in interface net.risingworld.api.objects.Player
-
Gets the globally unique ID of the player.
- getUnixTimestamp() - Static method in class net.risingworld.api.utils.Utils.GeneralUtils
-
- getUUID() - Method in class net.risingworld.api.objects.custom.CustomItem
-
Gets the UUID of this item.
- getUUID() - Method in interface net.risingworld.api.objects.Item.CustomItemAttribute
-
- getValue() - Method in interface net.risingworld.api.objects.Item
-
Gets the current value of the item.
- getValueChangePerUse() - Method in class net.risingworld.api.utils.Definitions.FoodDefinition
-
- getVariation() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
-
- getVariation() - Method in interface net.risingworld.api.objects.Item
-
Gets the variation, i.e. the texture of the item.
- getVariation() - Method in interface net.risingworld.api.objects.Npc
-
Gets the variation of the npc.
- getVariation() - Method in interface net.risingworld.api.objects.Skin
-
Gets the variation of the skin.
- getVariationCount() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets the amount of available variations for this item.
- getVariationCount() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets the amount of available variations for this object.
- getVariations() - Method in class net.risingworld.api.objects.custom.CustomItem
-
- getVectorToNearestPlayer() - Method in interface net.risingworld.api.objects.Npc
-
Gets a normalized vector from the npc position to the position of the nearest player.
- getVehicle(int) - Method in interface net.risingworld.api.Internals
-
- getVersion() - Method in interface net.risingworld.api.Server
-
Gets the current game version as a String (e.g. "0.9.1.5").
- getViewDirection() - Method in interface net.risingworld.api.objects.Npc
-
Gets the current view direction of the npc as a normalized vector.
- getViewDirection() - Method in interface net.risingworld.api.objects.Player
-
Gets the current view direction of the player.
- getVisibleRange() - Method in class net.risingworld.api.worldelements.WorldElement
-
Gets the max distance the element will still be visible.
- getW() - Method in class net.risingworld.api.utils.Quaternion
-
Returns the W value of this Quaternion.
- getW() - Method in class net.risingworld.api.utils.Vector4f
-
Returns the w value of this vector.
- getWaitTime() - Method in class net.risingworld.api.events.player.PlayerStartFishingEvent
-
Gets the time (in seconds) the player has to wait until a fish bites.
- getWalkspeed() - Method in class net.risingworld.api.utils.Definitions.NpcDefinition
-
Gets the walk speed of the NPC.
- getWaterDepth() - Method in class net.risingworld.api.events.player.PlayerStartFishingEvent
-
Gets the current water depth.
- getWaterID() - Method in class net.risingworld.api.events.player.PlayerStartFishingEvent
-
Gets the water ID, i.e. salt water, fresh water etc.
- getWaterID() - Method in class net.risingworld.api.events.player.world.PlayerPlaceWaterEvent
-
Gets the id of the water block the player wants to place.
- getWaterID() - Method in class net.risingworld.api.events.player.world.PlayerRemoveWaterEvent
-
Gets the id of the water block the player is going to destroy.
- getWeatherTransition() - Method in interface net.risingworld.api.Server
-
Gets the transition between the current weather type (0.0) and the next
weather type (1.0).
- getWetness() - Method in interface net.risingworld.api.objects.Player
-
- getWidth() - Method in class net.risingworld.api.gui.GuiElement
-
Gets the width of this element.
- getWidth() - Method in class net.risingworld.api.gui.GuiLabel
-
This method does not work for labels.
- getWoodDamage() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- getWorld() - Method in class net.risingworld.api.Plugin
-
Gets the world object.
- getWorldDamage() - Method in class net.risingworld.api.events.world.ExplosionEvent
-
Sets the amount of damage this explosion deals for world structures (i.e. buildings),
objects and vegetations.
- getWorldDatabase() - Method in class net.risingworld.api.Plugin
-
Gets an interface providing access to the world database.
- getWorldElement() - Method in class net.risingworld.api.events.player.PlayerElementCollisionEvent
-
Gets the world element.
- getWorldElement() - Method in class net.risingworld.api.events.player.PlayerElementHitEvent
-
Gets the world element that was hit by the player.
- getWorldElement() - Method in class net.risingworld.api.events.player.PlayerElementInteractionEvent
-
Gets the world element the player was interacting with.
- getWorldElement() - Method in class net.risingworld.api.events.world.ItemElementCollisionEvent
-
Gets the world element.
- getWorldFolder() - Method in interface net.risingworld.api.World
-
- getWorldInfo(String) - Method in interface net.risingworld.api.database.WorldDatabase
-
Gets a value from the WorldInfos
table.
- getWorldPositionX() - Method in class net.risingworld.api.events.player.gui.PlayerMapClickEvent
-
Gets the world position (x) of the clicked position on the map.
- getWorldPositionX() - Method in class net.risingworld.api.events.player.gui.PlayerMapCreateMarkerEvent
-
Gets the world position (x) of the map marker.
- getWorldPositionX() - Method in class net.risingworld.api.events.player.gui.PlayerMapRemoveMarkerEvent
-
Gets the world position (x) of the map marker.
- getWorldPositionZ() - Method in class net.risingworld.api.events.player.gui.PlayerMapClickEvent
-
Gets the world position (z) of the clicked position on the map.
- getWorldPositionZ() - Method in class net.risingworld.api.events.player.gui.PlayerMapCreateMarkerEvent
-
Gets the world position (z) of the map marker.
- getWorldPositionZ() - Method in class net.risingworld.api.events.player.gui.PlayerMapRemoveMarkerEvent
-
Gets the world position (z) of the map marker.
- getWorldsFolder() - Method in interface net.risingworld.api.World
-
- getWorldtype() - Method in interface net.risingworld.api.World
-
Gets the world type (e.g.
- getX() - Method in class net.risingworld.api.events.player.PlayerGenerateMapTileEvent
-
Gets the x map tile coordinate (horizontal).
- getX() - Method in class net.risingworld.api.utils.Quaternion
-
Returns the X value of this Quaternion.
- getX() - Method in class net.risingworld.api.utils.Vector2f
-
Returns the x value of this vector.
- getX() - Method in class net.risingworld.api.utils.Vector2i
-
Returns the x value of this vector.
- getX() - Method in class net.risingworld.api.utils.Vector3f
-
Returns the x value of this vector.
- getX() - Method in class net.risingworld.api.utils.Vector3i
-
Returns the x value of this vector.
- getX() - Method in class net.risingworld.api.utils.Vector4f
-
Returns the x value of this vector.
- getXExtent() - Method in class net.risingworld.api.utils.BoundingInformation
-
Gets the (half) extent along the x axis.
- getXYZInFrontOfPlayer(Player, float) - Static method in class net.risingworld.api.utils.Utils.VectorUtils
-
Gets the position in front of the player (with the given distance to the player).
- getXYZInFrontOfPlayer(Player, float, Vector3f) - Static method in class net.risingworld.api.utils.Utils.VectorUtils
-
Gets the position in front of the player (with the given distance to the player).
- getXZInFrontOfPlayer(Player, float) - Static method in class net.risingworld.api.utils.Utils.VectorUtils
-
- getXZInFrontOfPlayer(Player, float, Vector3f) - Static method in class net.risingworld.api.utils.Utils.VectorUtils
-
- getY() - Method in class net.risingworld.api.events.player.PlayerGenerateMapTileEvent
-
Gets the y map tile coordinate (vertical).
- getY() - Method in class net.risingworld.api.utils.Quaternion
-
Returns the Y value of this Quaternion.
- getY() - Method in class net.risingworld.api.utils.Vector2f
-
Returns the y value of this vector.
- getY() - Method in class net.risingworld.api.utils.Vector2i
-
Returns the y value of this vector.
- getY() - Method in class net.risingworld.api.utils.Vector3f
-
Returns the y value of this vector.
- getY() - Method in class net.risingworld.api.utils.Vector3i
-
Returns the y value of this vector.
- getY() - Method in class net.risingworld.api.utils.Vector4f
-
Returns the y value of this vector.
- getYear() - Method in interface net.risingworld.api.objects.Time
-
Gets the current year (initial year is 0)
- getYExtent() - Method in class net.risingworld.api.utils.BoundingInformation
-
Gets the (half) extent along the y axis.
- getZ() - Method in class net.risingworld.api.utils.Quaternion
-
Returns the Z value of this Quaternion.
- getZ() - Method in class net.risingworld.api.utils.Vector3f
-
Returns the z value of this vector.
- getZ() - Method in class net.risingworld.api.utils.Vector3i
-
Returns the z value of this vector.
- getZ() - Method in class net.risingworld.api.utils.Vector4f
-
Returns the z value of this vector.
- getZExtent() - Method in class net.risingworld.api.utils.BoundingInformation
-
Gets the (half) extent along the z axis.
- GRASS - Static variable in class net.risingworld.api.utils.CollisionType
-
Grass blades
- GuiElement - Class in net.risingworld.api.gui
-
Base class for all gui elements.
- GuiFileBrowser - Class in net.risingworld.api.gui
-
A file browser gui element which enables the player to browse his files.
- GuiFileBrowser(float, float, boolean, float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiFileBrowser
-
Creates a new file browser element with the given size at the given screen position.
- GuiFileBrowser(int, float, float, boolean, float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiFileBrowser
-
Creates a new file browser element with the given size at the given screen position.
- GuiImage - Class in net.risingworld.api.gui
-
An image gui element (which can display custom images).
- GuiImage(float, float, boolean, float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiImage
-
Creates a new image object at the given screen position with the given size
which does not hold an actual image yet.
- GuiImage(ImageInformation, float, float, boolean, float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiImage
-
Creates a new image object at the given screen position with the given size.
- GuiLabel - Class in net.risingworld.api.gui
-
A gui label / text element.
- GuiLabel(float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiLabel
-
Creates a new, empty label (i.e. no text).
- GuiLabel(String, float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiLabel
-
Creates a new label with the given text.
- GuiPaintable - Class in net.risingworld.api.gui
-
- GuiPaintable(float, float, boolean, float, float, boolean, int, int) - Constructor for class net.risingworld.api.gui.GuiPaintable
-
Deprecated.
Creates a new paintable component at the given screen position with the
given size.
- GuiPanel - Class in net.risingworld.api.gui
-
- GuiPanel() - Constructor for class net.risingworld.api.gui.GuiPanel
-
Creates a new panel in the bottom left corner of the screen.
- GuiPanel(float, float, boolean, float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiPanel
-
Creates a new panel object at the given screen position with the given size.
- GuiTextField - Class in net.risingworld.api.gui
-
A text field gui element, which allows the player to enter some text.
- GuiTextField(float, float, boolean, float, float, boolean) - Constructor for class net.risingworld.api.gui.GuiTextField
-