Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

I - Enum constant in enum class net.risingworld.api.utils.Key
 
Ice - Enum constant in enum class net.risingworld.api.definitions.Plants.TerrainMaterialType
 
id - Variable in class net.risingworld.api.definitions.Clothing.ClothingDefinition
Internal type ID of the clothing piece
id - Variable in class net.risingworld.api.definitions.Constructions.ConstructionDefinition
Internal type ID of the construction
id - Variable in class net.risingworld.api.definitions.Crafting.CraftingRequirement
Internal ID of the requirement.
id - Variable in class net.risingworld.api.definitions.Crafting.CraftingStation
Internal ID of the crafting station
id - Variable in class net.risingworld.api.definitions.Crafting.Recipe
Internal ID of the recipe
id - Variable in class net.risingworld.api.definitions.Items.ConsumeInfo
Internal ID of this consume info
id - Variable in class net.risingworld.api.definitions.Items.ItemDefinition
Internal ID of the item
id - Variable in class net.risingworld.api.definitions.Items.ItemInfo
Internal ID of this item info
id - Variable in class net.risingworld.api.definitions.Items.PickingInfo
Internal ID of this picking info
id - Variable in class net.risingworld.api.definitions.Items.ProjectileDefinition
Internal ID of this projectile
id - Variable in class net.risingworld.api.definitions.Npcs.NpcDefinition
Internal type ID of the npc
id - Variable in class net.risingworld.api.definitions.Objects.ObjectDefinition
Internal type ID of the object
id - Variable in class net.risingworld.api.definitions.Objects.ObjectInfoDefinition
Internal id of the def.
id - Variable in class net.risingworld.api.definitions.Objects.StorageDefinition
Internal id of the def.
id - Variable in class net.risingworld.api.definitions.Plants.PlantDefinition
Internal type ID of the plant
id - Variable in class net.risingworld.api.definitions.WeatherDefs.Weather
Internal ID of this weather effect
IDENTITY - Static variable in class net.risingworld.api.utils.Quaternion
A quaternion representing no rotation
Ignore - Enum constant in enum class net.risingworld.api.definitions.Npcs.AttackReaction
 
IGNORE_RAYCAST - Static variable in class net.risingworld.api.utils.Layer
 
ignorebounds - Variable in class net.risingworld.api.definitions.Objects.ObjectDefinition
If true, bound checks are disabled for this object
Images - Enum constant in enum class net.risingworld.api.database.WorldDatabase.Target
 
ImageUtils() - Constructor for class net.risingworld.api.utils.Utils.ImageUtils
 
IMESelected - Enum constant in enum class net.risingworld.api.utils.Key
 
impactimpulse - Variable in class net.risingworld.api.definitions.Items.ProjectileDefinition
Impact impulse intensity that is applied when the projectile hits a target (e.g an item)
ImportColors - Enum constant in enum class net.risingworld.api.assets.ModelImportSettings.MeshImportFlags
 
ImportLights - Enum constant in enum class net.risingworld.api.assets.ModelImportSettings.MeshImportFlags
 
ImportMaterials - Enum constant in enum class net.risingworld.api.assets.ModelImportSettings.MaterialImportFlags
 
ImportNormals - Enum constant in enum class net.risingworld.api.assets.ModelImportSettings.MeshImportFlags
 
ImportTangents - Enum constant in enum class net.risingworld.api.assets.ModelImportSettings.MeshImportFlags
 
ImportTextures - Enum constant in enum class net.risingworld.api.assets.ModelImportSettings.MaterialImportFlags
 
Impressive - Enum constant in enum class net.risingworld.api.definitions.Items.Modifier
Good
Improved - Enum constant in enum class net.risingworld.api.definitions.Items.Modifier
Good
indexOf(T[], T) - Static method in class net.risingworld.api.utils.Utils.ArrayUtils
 
INFINITE - Static variable in class net.risingworld.api.objects.Area
An "infinite" area (more precisely, the largest possible area).
IngameMenu - Enum constant in enum class net.risingworld.api.ui.UITarget
Attach element to the ingame menu (ESC)
Ingot - Enum constant in enum class net.risingworld.api.definitions.Items.Type
Ingot
Ingredient - Enum constant in enum class net.risingworld.api.definitions.Items.Type
Raw food ingredient or raw meal (cooking)
ingredients - Variable in class net.risingworld.api.definitions.Crafting.Recipe
Required ingredients to craft this item.
Initial - Enum constant in enum class net.risingworld.api.ui.style.StyleKeyword
Initial / default value of a property
innersplashradius - Variable in class net.risingworld.api.definitions.Items.WeaponDefinition
 
InputEvent - Class in net.risingworld.api.events.general
Triggered when an input command was received by the server process, or more precisely, an input command which was received from the System.in input stream.
Insert - Enum constant in enum class net.risingworld.api.utils.Key
 
insulation - Variable in class net.risingworld.api.definitions.Clothing.ClothingDefinition
 
Interaction - Enum constant in enum class net.risingworld.api.definitions.Npcs.LootType
Loot can be gathered by interacting with the npc
Interaction - Enum constant in enum class net.risingworld.api.events.npc.NpcTransformEvent.Trigger
Player interaction with npc, e.g shearing a sheep etc
Internals - Class in net.risingworld.api
Class which provides access to the internal API.
interpolate(Vector3f, Vector3f, float) - Method in class net.risingworld.api.utils.Vector3f
Creates a new vector containing the interpolated values between the start vector and the final vector.
interpolateLocal(ColorRGBA, float) - Method in class net.risingworld.api.utils.ColorRGBA
Interpolates this color to the provided final color, e.g if this color is (0, 0, 1, 1), and the final color is (1, 0.5f, 0, 1), the result (by using a mu-value of 0.5f) would be (0.5f, 0.25f, 0.5f, 1)
interpolateLocal(Vector3f, float) - Method in class net.risingworld.api.utils.Vector3f
Interpolates this vector to the provided final vector, e.g if this vector is (0, 5, 10), and the final vector is (-10, 0, 10), the result (by using a mu-value of 0.5f) would be (-5, 2.5f, 10)
interpolateLocal(Vector3f, Vector3f, float) - Method in class net.risingworld.api.utils.Vector3f
Interpolates between the provided start and end vector and stores the result in this vector.
interpolateLocal(Vector4f, float) - Method in class net.risingworld.api.utils.Vector4f
Interpolates this vector to the provided final vector, e.g if this vector is (0, 5, 10, 0), and the final vector is (-10, 0, 10, 0), the result (by using a mu-value of 0.5f) would be (-5, 2.5f, 10, 0)
intersects(Area) - Method in class net.risingworld.api.objects.Area
Checks whether or not the provided area intersects this area.
intToColorA(int) - Static method in class net.risingworld.api.utils.Utils.GeneralUtils
Converts an int value into an RGBA color and returns the alpha value.
intToColorB(int) - Static method in class net.risingworld.api.utils.Utils.GeneralUtils
Converts an int value into an RGBA color and returns the blue color value.
intToColorG(int) - Static method in class net.risingworld.api.utils.Utils.GeneralUtils
Converts an int value into an RGBA color and returns the green color value.
intToColorR(int) - Static method in class net.risingworld.api.utils.Utils.GeneralUtils
Converts an int value into an RGBA color and returns the red color value.
Inventory - Class in net.risingworld.api.objects
Represents the inventory of a player (both online or offline players).
Inventory - Enum constant in enum class net.risingworld.api.definitions.Npcs.LootType
Npc corpse has a lootable inventory
Inventory - Enum constant in enum class net.risingworld.api.definitions.Objects.StorageType
 
Inventory - Enum constant in enum class net.risingworld.api.objects.Inventory.SlotType
The regular inventory
Inventory - Enum constant in enum class net.risingworld.api.ui.UITarget
Attach element to the inventory screen
Inventory.SlotType - Enum Class in net.risingworld.api.objects
Determines the "inventory type" or "slot type", i.e the category in the inventory (regular inventory items, hotbar, equipment etc.)
invertibleaxes - Variable in class net.risingworld.api.definitions.Objects.ObjectDefinition
Determines if this object can be flipped / inverted along certain axes
invokeComponentMethod(String, String, Object...) - Method in class net.risingworld.api.worldelements.GameObject
 
invokeComponentMethod(String, String, String, Object...) - Method in class net.risingworld.api.worldelements.Prefab
 
isActive() - Method in class net.risingworld.api.Timer
Gets whether or not this timer is currently active.
isActive() - Method in class net.risingworld.api.worldelements.GameObject
Gets whether or not this object is currently active.
isAdmin() - Method in class net.risingworld.api.objects.Player
Gets wheter or not the player is an admin (according to the server.properties file).
isAlerted() - Method in class net.risingworld.api.objects.Npc
Gets whether or not the npc is currently alerted/alarmed.
isAlwaysVisible() - Method in class net.risingworld.api.worldelements.Area3D
Gets whether this element is always visible (i.e visible through walls etc) or not.
isarmor - Variable in class net.risingworld.api.definitions.Clothing.ClothingDefinition
 
isBleeding() - Method in class net.risingworld.api.objects.Player
Gets whether the player is bleeding or not.
isBoolean(String) - Static method in class net.risingworld.api.utils.Utils.StringUtils
Determines whether or not the provided string represents a boolean value (lower case, it will only return true for "true" or "false").
isCancelled() - Method in interface net.risingworld.api.events.Cancellable
Determines if the event is cancelled.
isCancelled() - Method in class net.risingworld.api.events.general.AddAdminEvent
 
isCancelled() - Method in class net.risingworld.api.events.general.InputEvent
 
isCancelled() - Method in class net.risingworld.api.events.general.RemoveAdminEvent
 
isCancelled() - Method in class net.risingworld.api.events.general.ShutdownEvent
 
isCancelled() - Method in class net.risingworld.api.events.general.SkipNightEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcAddClothesEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcAddSaddleBagEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcAddSaddleEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcDamageEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcDeathEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcHitNpcEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcRemoveClothesEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcRemoveSaddleBagEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcRemoveSaddleEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcSpawnEvent
 
isCancelled() - Method in class net.risingworld.api.events.npc.NpcTransformEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryAddItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryItemEditEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryMoveItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToStorageEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerStorageMoveItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerStorageToInventoryEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerBanEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerChangeBlockPositionEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerChangeGameModeEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerChangePositionEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerChatEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerCommandEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerConnectEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerConsumeItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerCraftItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerCreateAreaEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerCreateBlueprintEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerDamageEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerDeathEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerDismountNpcEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerDrinkWaterEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerDropItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerDropItemFromStorageEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerElementInteractionEvent
Deprecated.
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerEnterAreaEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerEnterChunkEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerEnterSectorEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerEnterVehicleEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerEnterWorldPartEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerExitVehicleEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerGameObjectInteractionEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerHitItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerHitNpcEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerHitPlayerEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerKickEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerLeaveAreaEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerLocationTickerEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerMountNpcEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerNpcInteractionEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerNpcInventoryAccessEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerObjectInteractionEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerPermissionGroupChangeEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerPickupItemEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerPlayerInteractionEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerPrivateMessageEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerRespawnEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerSetSignTextEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerStartFishingEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerStartFlyingEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerStopFlyingEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerStorageAccessEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerTeleportEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerUpdateStatusEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerWeaponFireEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.PlayerWeaponReloadEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.ui.PlayerToggleInventoryEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerConstructionEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerObjectEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerVegetationEvent
 
isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerWorldEditEvent
 
isCancelled() - Method in class net.risingworld.api.events.world.ExplosionEvent
 
isCancelled() - Method in class net.risingworld.api.events.world.PlantGrowthEvent
 
isCancelled() - Method in class net.risingworld.api.events.world.WeatherChangeEvent
 
ischild - Variable in class net.risingworld.api.definitions.Npcs.NpcDefinition
Is this a child?
isClickable() - Method in class net.risingworld.api.ui.UIElement
 
isColliderVisible() - Method in class net.risingworld.api.worldelements.GameObject
 
isColliding() - Method in class net.risingworld.api.events.player.PlayerElementCollisionEvent
Deprecated.
Gets whether or not the player is currently "touching" (colliding with) the element.
isConnected() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is (still) connected.
iscraftingstation - Variable in class net.risingworld.api.definitions.Objects.ObjectDefinition
Is this object a crafting station?
isCreativeModeEnabled() - Method in class net.risingworld.api.objects.Player
Gets whether or not creative mode is currently enabled.
isCrouching() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently crouching.
isCut - Variable in class net.risingworld.api.world.generator.PlantInfo
If true, the plant is cut (only relevant for trees)
isCut() - Method in class net.risingworld.api.objects.world.Plant
Gets whether or not this plant is "cut".
isDead() - Method in class net.risingworld.api.objects.Npc
Gets whether or not the npc is dead.
isDead() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is dead.
isDestroyed() - Method in class net.risingworld.api.objects.Vehicle
 
isDisposed() - Method in class net.risingworld.api.assets.Asset
Gets whether or not the asset is already disposed (i.e the resources are released).
isDisposed() - Method in class net.risingworld.api.worldelements.GameObject
Gets whether or not this game object is disposed.
isDoubleClick() - Method in class net.risingworld.api.events.player.ui.PlayerUIElementClickEvent
Gets whether or not the player double-clicked the ui element.
isFlying() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently flying (i.e flymode enabled).
isfootwear - Variable in class net.risingworld.api.definitions.Clothing.ClothingDefinition
 
isForceShutdown() - Method in class net.risingworld.api.events.general.ShutdownEvent
Gets whether or not this is an immediate force shutdown.
isFrameVisible() - Method in class net.risingworld.api.worldelements.Area3D
 
isgoodweather - Variable in class net.risingworld.api.definitions.WeatherDefs.Weather
Is this considered good weather?
isGrowable() - Method in class net.risingworld.api.events.player.world.PlayerPlaceVegetationEvent
Gets whether or not this plant can grow.
isGrowable() - Method in class net.risingworld.api.events.world.PlantGrowthEvent
Gets whether or not this new plant stage can grow.
isheadgear - Variable in class net.risingworld.api.definitions.Clothing.ClothingDefinition
 
isHex(String) - Static method in class net.risingworld.api.utils.Utils.StringUtils
Determines whether or not the provided string represents a hexadecimal (hex) value using a "0x" prefix (for example, it will return true for values like "0xFF", "0xaabbcc", "0x41AB", "0x0", but false for strings like "56", "#FFAA13", "0xZVKK").
isInCave() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is inside a cave.
isIndoor() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is inside a building.
isInitialized() - Static method in class net.risingworld.api.World
Gets whether the world is already initialized or not.
Note: If the world isn't fully initialized yet, the world-functions may return invalid data.
isInteger(String) - Static method in class net.risingworld.api.utils.Utils.StringUtils
Determines whether or not the provided string represents an integer value (for example, it will return true for values like "0", "1", "-7", "42", but false for strings like "7.62", "Hello", "5+5" etc).
isInVehicle() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently inside a vehicle (either as driver or passenger).
isInvincible() - Method in class net.risingworld.api.objects.Npc
Gets whether or not the npc is invincible, this means it cannot be killed by any players or other npcs.
isInvisible() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is invisible (i.e if a plugin has set the player invisible).
isInWater() - Method in class net.risingworld.api.objects.Npc
Gets whether the npc is currently in water or not.
isInWater() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently in water.
isKeepingInventory() - Method in class net.risingworld.api.events.player.PlayerRespawnEvent
Gets whether or not the player will keep his inventory upon respawn.
isKeyPressed(Key) - Method in class net.risingworld.api.objects.Player
Checks if a particular key is currently pressed.
isKeyRegistered(Key, boolean) - Method in class net.risingworld.api.objects.Player
Checks if a particular key is registered, i.e the client listens for input.
isKilled() - Method in class net.risingworld.api.Timer
 
isListeningForKeyInput(boolean) - Method in class net.risingworld.api.objects.Player
Determines if this plugin is listening for key input.
isListeningForMouseInput(boolean) - Method in class net.risingworld.api.objects.Player
Determines if this plugin is listening for mouse button input.
isLoadedFromDB() - Method in class net.risingworld.api.objects.world.Chunk
Gets whether or not this chunk was loaded from database.
isLoadedFromDB() - Method in class net.risingworld.api.objects.world.ChunkPart
Gets whether or not this chunk was loaded from database.
isLocalized() - Method in class net.risingworld.api.events.player.PlayerLocationTickerEvent
 
isLocked() - Method in class net.risingworld.api.objects.Npc
Gets whether or not the npc is currently "locked".
isLying() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently lying in a bed, tent or shelter.
isMainThread() - Method in class net.risingworld.api.Plugin
Checks whether or not the currently executing thread is the main thread.
isMasked() - Method in class net.risingworld.api.ui.UITextField
Gets whether or not masking is currently enabled, i.e if all characters should be replaced by a mask character automatically.
isMultiLine() - Method in class net.risingworld.api.ui.UITextField
 
isNameVisible() - Method in class net.risingworld.api.objects.Area
Gets whether or not the area name should be shown to the player whenever he enters the area (shown in the lower left corner of the screen).
isNaN() - Method in class net.risingworld.api.utils.Quaternion
Checks if this quaternion is invalid, or more precisely, if any of its values is NaN (not a number).
isNewPlayer() - Method in class net.risingworld.api.events.player.PlayerConnectEvent
Gets whether or not this is a new player, i.e this is the first time this player connects to this server.
isNpc() - Method in class net.risingworld.api.objects.Clothes
Gets whether this clothes object belongs to an npc or to a player.
isNpc() - Method in class net.risingworld.api.objects.Skin
Gets whether this skin object belongs to an npc or to a player.
isNpcDisabled(short) - Static method in class net.risingworld.api.World
Checks whether or not this npc is disabled on this world (i.e if this npc was disabled upon world creation).
isNumeric(String) - Static method in class net.risingworld.api.utils.Utils.StringUtils
Determines whether or not the provided string represents a numeric value (integer or float, for example, it will return true for values like "0", "1.426", "-100", "22.0", but false for strings like "3k", "Bonjour", "7*7" etc).
isObjectSelectable() - Method in class net.risingworld.api.events.player.PlayerObjectInteractionEvent
Gets whether or not the object is actually selectable.
isOnGround() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently standing stable on the ground
isOnMount() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently on a mount (e.g a horse, donkey or camel).
isOrthogonal(float, float) - Method in class net.risingworld.api.utils.Vector2f
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isOrthogonal(float, float, float) - Method in class net.risingworld.api.utils.Vector3f
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isOrthogonal(int, int) - Method in class net.risingworld.api.utils.Vector2i
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isOrthogonal(int, int, int) - Method in class net.risingworld.api.utils.Vector3i
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isOrthogonal(Vector2f) - Method in class net.risingworld.api.utils.Vector2f
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isOrthogonal(Vector2i) - Method in class net.risingworld.api.utils.Vector2i
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isOrthogonal(Vector3f) - Method in class net.risingworld.api.utils.Vector3f
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isOrthogonal(Vector3i) - Method in class net.risingworld.api.utils.Vector3i
Checks if this vector is orthogonal to another vector (i.e the angle between both vectors is ~ 90° degree).
isPassworded() - Static method in class net.risingworld.api.Server
Gets whether or not this server is password protected.
isPaused() - Method in class net.risingworld.api.Timer
Gets whether or not this timer is currently paused.
isplacetarget - Variable in class net.risingworld.api.definitions.Objects.ObjectDefinition
Determines if other objects can be placed on this object
isPlayerAdmin(String) - Static method in class net.risingworld.api.Server
Gets whether the particular player is an admin or not.
isPlayerBanned(String) - Static method in class net.risingworld.api.Server
Gets whether the particular player (who has the provided UID) is banned or not.
isPlayerConnected(int) - Static method in class net.risingworld.api.Server
Gets whether or not this player is connected to the server.
isPlayerConnected(String) - Static method in class net.risingworld.api.Server
Gets whether or not this player is connected to the server.
isPointInArea(float, float, float) - Method in class net.risingworld.api.objects.Area
Gets whether or not the provided position is inside this area.
isPointInArea(Vector3f) - Method in class net.risingworld.api.objects.Area
Gets whether or not the point is inside this area.
isPointInVolume(Vector3f) - Method in class net.risingworld.api.utils.Bounds
Checks if the given point (represented as a Vector3f) is inside the bounds.
isPressed() - Method in class net.risingworld.api.events.player.PlayerKeyEvent
Gets whether the key is pressed or released.
isPressed() - Method in class net.risingworld.api.events.player.PlayerMouseButtonEvent
Gets whether the mouse button was pressed or released.
isReadOnly() - Method in class net.risingworld.api.ui.UITextField
Gets whether or not the text field is in read-only mode.
isRichTextEnabled() - Method in class net.risingworld.api.ui.UILabel
Gets whether or not rich text is enabled and should be parsed.
isseparategeometry - Variable in class net.risingworld.api.definitions.Constructions.ConstructionDefinition
If true, this construction element does not get baked into the construction mesh, instead it has a separate game object
isSitting() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently sitting on a chair.
isSleeping() - Method in class net.risingworld.api.objects.Npc
Gets whether or not the npc is currently sleeping.
isSleeping() - Method in class net.risingworld.api.objects.Player
Gets whether or not this player is currently sleeping.
isSpawned() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is already spawned, i.e if he's no longer in the loading screen.
isSprinting() - Method in class net.risingworld.api.objects.Player
 
isStreamed() - Method in class net.risingworld.api.assets.SoundAsset
Determines if the sound is streamed or not.
isSwimming() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently swimming (i.e in water with no stable contact to ground).
istool - Variable in class net.risingworld.api.definitions.Clothing.ClothingDefinition
 
istransient - Variable in class net.risingworld.api.definitions.Npcs.NpcDefinition
If true, the npc does not get stored in the database (i.e it does not exist persistently)
isTransient() - Method in class net.risingworld.api.objects.Npc
Gets whether the npc is "transient" or not.
isTransitionCompleted() - Method in class net.risingworld.api.events.world.WeatherChangeEvent
Gets weather or not the transition is completed.
isTrigger() - Method in class net.risingworld.api.collider.BoxCollider
Gets whether or not this is a "ghost collider".
isTrigger() - Method in class net.risingworld.api.collider.HullCollider
Gets whether or not this is a "ghost collider".
isTrigger() - Method in class net.risingworld.api.collider.SphereCollider
Gets whether or not this is a "ghost collider".
isTrigger() - Method in class net.risingworld.api.utils.RaycastResult
Gets whether or not the hit collider was a "trigger" (i.e a ghost collider).
isTriggerExplosivesEnabled() - Method in class net.risingworld.api.events.world.ExplosionEvent
Gets whether or not other explosives will be triggered by this explosion.
isUnderwater() - Method in class net.risingworld.api.objects.Npc
Gets whether the npc is currently under water or not.
isUnderwater() - Method in class net.risingworld.api.objects.Player
Gets whether or not the player is currently under water.
isUnitVector() - Method in class net.risingworld.api.utils.Vector2f
Checks if this vector is a unit vector.
isUnitVector() - Method in class net.risingworld.api.utils.Vector2i
Checks if this vector is a unit vector.
isUnitVector() - Method in class net.risingworld.api.utils.Vector3f
Checks if this vector is a unit vector.
isUnitVector() - Method in class net.risingworld.api.utils.Vector3i
Checks if this vector is a unit vector.
isUnitVector() - Method in class net.risingworld.api.utils.Vector4f
Checks if this vector is a unit vector.
isValid() - Method in class net.risingworld.api.events.Event
Checks if the event is still valid.
In general, events have a very short life cycle - they're only valid the moment they're triggered.
isValid() - Method in class net.risingworld.api.objects.Area
 
isValid() - Method in class net.risingworld.api.objects.CustomImage
Checks if this instance is still valid.
isValid() - Method in class net.risingworld.api.objects.Item
 
isValid() - Method in class net.risingworld.api.objects.MetaObject
Checks if this instance is still valid.
isValid() - Method in class net.risingworld.api.objects.Sign
Checks if this instance is still valid.
isValid() - Method in class net.risingworld.api.objects.world.Chunk
 
isValid() - Method in class net.risingworld.api.objects.world.ChunkPart
 
isValid() - Method in class net.risingworld.api.objects.world.ConstructionElement
 
isValid() - Method in class net.risingworld.api.objects.world.ObjectElement
 
isValid() - Method in class net.risingworld.api.objects.world.Plant
 
isValid() - Method in class net.risingworld.api.objects.WorldItem
 
isVisible() - Method in class net.risingworld.api.events.player.ui.PlayerToggleInventoryEvent
 
isWalking() - Method in class net.risingworld.api.objects.Player
 
isWeatherEnabled() - Static method in class net.risingworld.api.Server
Gets whether or not the weather is enabled.
Italic - Enum constant in enum class net.risingworld.api.ui.style.FontStyle
Italic font style
item - Variable in class net.risingworld.api.definitions.Crafting.CraftingRequirement.Requirement
Name of the required item/object
item - Variable in class net.risingworld.api.definitions.Items.ItemDefinition.Variant
 
Item - Class in net.risingworld.api.objects
Represents an item that exists in the inventory of a player or in a storage box.
Please note that this item does not really exists in the game world.
Item - Enum constant in enum class net.risingworld.api.definitions.Crafting.CraftingRequirement.Requirement.Type
 
Item - Enum constant in enum class net.risingworld.api.definitions.Crafting.RecipeType
Regular item (tool, weapon etc)
ITEM - Static variable in class net.risingworld.api.utils.Layer
 
Item.BlueprintItem - Class in net.risingworld.api.objects
Represents a blueprint item in the inventory of a player or in a storage box.
A blueprint item is a ready-to-use blueprint (this does not apply to empty blueprints!), i.e a blueprint item representing an actual blueprint.
Item.ClothingItem - Class in net.risingworld.api.objects
Represents a clothing item in the inventory of a player or in a storage box.
This is any type of clothes (or headgear or accessory).
Item.ConstructionItem - Class in net.risingworld.api.objects
Represents a construction item in the inventory of a player or in a storage box.
This is, for example, a block.
Item.ObjectItem - Class in net.risingworld.api.objects
Represents an object item in the inventory of a player or in a storage box.
This is, for example, a furniture item.
itemDef - Variable in class net.risingworld.api.definitions.Crafting.Recipe.Ingredient
Definition of the related item.
itemDef - Variable in class net.risingworld.api.definitions.Crafting.Recipe
Target item definition.
itemDef - Variable in class net.risingworld.api.definitions.Npcs.NpcDefinition.NpcLootInfo
Related item definition
itemdefinition - Variable in class net.risingworld.api.definitions.Items.ItemInfo
Definition of the affected item
ItemDrop - Enum constant in enum class net.risingworld.api.events.npc.NpcSpawnEvent.Origin
Npc was "dropped" from the player inventory.
itemInfos - Variable in class net.risingworld.api.definitions.Items.ItemDefinition
All item infos related to this item.
itemname - Variable in class net.risingworld.api.definitions.Items.ConsumeInfo
Name of the related item
itemname - Variable in class net.risingworld.api.definitions.Items.PickingInfo
Name of the item
itemname - Variable in class net.risingworld.api.definitions.Items.ProjectileDefinition
Item which relates to this projectile (e.g arrow).
itemname - Variable in class net.risingworld.api.definitions.Items.WeaponDefinition
Name of the item which represents this weapon
Items - Class in net.risingworld.api.definitions
Use the Definitions class to get a definition.
Items.Category - Enum Class in net.risingworld.api.definitions
General item category.
Items.ConsumeInfo - Class in net.risingworld.api.definitions
 
Items.ConsumeType - Enum Class in net.risingworld.api.definitions
 
Items.Durability - Enum Class in net.risingworld.api.definitions
 
Items.FoodCondition - Enum Class in net.risingworld.api.definitions
 
Items.Group - Enum Class in net.risingworld.api.definitions
 
Items.Hand - Enum Class in net.risingworld.api.definitions
Determines in which hand an item is being held
Items.ItemDefinition - Class in net.risingworld.api.definitions
 
Items.ItemDefinition.Variant - Class in net.risingworld.api.definitions
 
Items.ItemInfo - Class in net.risingworld.api.definitions
 
Items.ItemInfoType - Enum Class in net.risingworld.api.definitions
 
Items.Material - Enum Class in net.risingworld.api.definitions
Item material (i.e material item consists of, e.g stone, wood, metal etc)
Items.Modifier - Enum Class in net.risingworld.api.definitions
Item modifiers.
Items.PickingInfo - Class in net.risingworld.api.definitions
 
Items.PickingType - Enum Class in net.risingworld.api.definitions
 
Items.ProjectileDefinition - Class in net.risingworld.api.definitions
 
Items.ProjectileType - Enum Class in net.risingworld.api.definitions
 
Items.Size - Enum Class in net.risingworld.api.definitions
 
Items.Type - Enum Class in net.risingworld.api.definitions
The general item type
Items.WeaponDefinition - Class in net.risingworld.api.definitions
 
Items.WeaponType - Enum Class in net.risingworld.api.definitions
General weapon type
itemstatus - Variable in class net.risingworld.api.definitions.Items.WeaponDefinition
Item status (which is required for this weapon to fire)
itemtexture - Variable in class net.risingworld.api.definitions.Items.ItemInfo
Texture ID of the affected item
itemTexture - Variable in class net.risingworld.api.definitions.Npcs.NpcDefinition.NpcLootInfo
Item texture/variant.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form