- IDENTITY - Static variable in class net.risingworld.api.utils.Quaternion
-
A quaternion representing no rotation
- ImageInformation - Class in net.risingworld.api.utils
-
Represents an image / texture file.
- ImageInformation(Plugin, String) - Constructor for class net.risingworld.api.utils.ImageInformation
-
Creates a new image information object and loads an image / texture from the plugin
jar file.
- ImageInformation(String) - Constructor for class net.risingworld.api.utils.ImageInformation
-
Creates a new image information object and loads an image / texture from
a file.
- ImageInformation(File) - Constructor for class net.risingworld.api.utils.ImageInformation
-
Creates a new image information object and loads an image / texture from
a file.
- ImageInformation(byte[]) - Constructor for class net.risingworld.api.utils.ImageInformation
-
- ImageUtils() - Constructor for class net.risingworld.api.utils.Utils.ImageUtils
-
- INFINITE - Static variable in class net.risingworld.api.utils.Area
-
An "infinite" area (more precisely, the largest possible area).
- 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.
- InputEvent(String) - Constructor for class net.risingworld.api.events.general.InputEvent
-
- insertNewClothingItem(short, int) - Method in interface net.risingworld.api.objects.Inventory
-
- insertNewClothingItem(short, int, int, int, int) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new "clothes" item (which repreasents a piece of clothes)
into the next slot that is available.
- insertNewClothingItem(short, int, int, int, int, int, Inventory.SlotType) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new "clothes" item (which repreasents a piece of clothes)
to the inventory.
- insertNewClothingItem(short, int, int, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new "clothes" item (which repreasents a piece of clothes)
to the chest (into the next free slot).
- insertNewClothingItem(short, int, int, int, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new "clothes" item (which repreasents a piece of clothes)
to the chest (into the particular slot).
- insertNewCustomItem(String, int, int) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new custom item (which was declared and registered previously).
- insertNewCustomItem(String, int, int, int, Inventory.SlotType) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new custom item (which was declared and registered previously)
into the particular slot in the inventory.
- insertNewCustomItem(String, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new custom item (which was declared and registered previously).
- insertNewCustomItem(String, int, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new custom item (which was declared and registered previously)
into the particular slot in the chest.
- insertNewItem(short, int, int) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new item into the next slot that is available.
- insertNewItem(short, int, int, int, Inventory.SlotType) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new item into the particular slot.
- insertNewItem(short, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new item into the next slot that is available.
- insertNewItem(short, int, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new item into the particular slot.
- insertNewObjectItem(short, int, int) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new "objectkit" item into the next slot that is available.
- insertNewObjectItem(short, int, int, int, Inventory.SlotType) - Method in interface net.risingworld.api.objects.Inventory
-
Creates and inserts a new "objectkit" item into the particular slot.
- insertNewObjectItem(short, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new "objectkit" item into the next free slot.
- insertNewObjectItem(short, int, int, int) - Method in interface net.risingworld.api.objects.Storage
-
Creates and inserts a new "objectkit" item into the particular slot.
- Interaction - Class in net.risingworld.api.worldelements
-
- Interaction.BedPreset - Class in net.risingworld.api.worldelements
-
- Interaction.ChairPreset - Class in net.risingworld.api.worldelements
-
An interaction preset representing a chair (i.e. the user can sit on this
object).
- Interaction.ChestPreset - Class in net.risingworld.api.worldelements
-
- Interaction.TentPreset - Class in net.risingworld.api.worldelements
-
- Interaction.Type - Enum in net.risingworld.api.worldelements
-
- Internals - Interface in net.risingworld.api
-
Class which provides access to the internal API.
- 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(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.utils.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 - Interface in net.risingworld.api.objects
-
Represents the inventory of a player or npc.
- Inventory.SlotType - Enum 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.)
- isActive() - Method in class net.risingworld.api.Timer
-
Gets whether or not this timer is currently active.
- isAdmin() - Method in interface net.risingworld.api.objects.Player
-
Gets wheter or not the player is an admin
(according to the server.properties file).
- isAlerted() - Method in interface net.risingworld.api.objects.Npc
-
Gets whether or not the npc is currently alerted/alarmed.
- isAlwaysInBackground() - Method in class net.risingworld.api.gui.GuiElement
-
- isAlwaysOnTop() - Method in class net.risingworld.api.gui.GuiElement
-
- isAlwaysVisible() - Method in class net.risingworld.api.worldelements.World3DText
-
Gets whether this element is always visible (i.e. visible through walls etc)
or not.
- isAlwaysVisible() - Method in class net.risingworld.api.worldelements.WorldArea
-
Gets whether this element is always visible (i.e. visible through walls etc)
or not.
- isAmmoItem() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets whether or not this is an ammo item.
- isArmor() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
- isArmorItem() - Method in class net.risingworld.api.objects.Item.Definition
-
- isArmorItem() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
- isBillboard() - Method in class net.risingworld.api.worldelements.World3DText
-
Gets whether this element always faces to the player or not.
- isBleeding() - Method in interface 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").
- isCached() - Method in class net.risingworld.api.utils.SoundInformation
-
- isCamouflage() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
- 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.RemoveAdminEvent
-
- isCancelled() - Method in class net.risingworld.api.events.general.ShutdownEvent
-
- 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.NpcSpawnEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerChestDropEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerChestToInventoryEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryAddEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.inventory.PlayerInventoryToChestEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.PlayerBanEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.PlayerCatchFishEvent
-
- 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.PlayerChestAccessEvent
-
- 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.PlayerCraftItemEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.PlayerCustomImageDeleteEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.PlayerCustomImageUploadRequestEvent
-
- 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.PlayerDropItemEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.PlayerElementInteractionEvent
-
- 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.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.PlayerHitEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.PlayerHitNpcEvent
-
- 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.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.PlayerTeleportEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerChangeObjectStatusEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerCreateBlueprintEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerCreativeRemoveConstructionEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerCreativeRemoveObjectEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerCreativeRemoveVegetationEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerDestroyConstructionEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerDestroyObjectEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerDestroyVegetationEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerEditConstructionEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlueprintEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerPlaceConstructionEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerPlaceObjectEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerPlaceVegetationEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerRemoveConstructionEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerRemoveObjectEvent
-
- isCancelled() - Method in class net.risingworld.api.events.player.world.PlayerRemoveVegetationEvent
-
- 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.ItemTransformEvent
-
- isCancelled() - Method in class net.risingworld.api.events.world.PlantGrowEvent
-
- isCancelled() - Method in class net.risingworld.api.events.world.WeatherChangeEvent
-
- isChest() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets whether or not this object is a chest.
- isChunkAdditionDirty(int, int) - Method in interface net.risingworld.api.Internals
-
- isChunkDirty(int, int, int) - Method in interface net.risingworld.api.Internals
-
- isChunkModified(int, int, int) - Method in interface net.risingworld.api.World
-
Checks if a chunk has been modified, i.e. if it is "dirty".
- isClickable() - Method in class net.risingworld.api.gui.GuiElement
-
- isClickable() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
- isClickable() - Method in class net.risingworld.api.gui.GuiImage
-
- isClickable() - Method in class net.risingworld.api.gui.GuiLabel
-
- isClickable() - Method in class net.risingworld.api.gui.GuiPaintable
-
Deprecated.
- isClickable() - Method in class net.risingworld.api.gui.GuiPanel
-
- isClickable() - Method in class net.risingworld.api.gui.GuiTextField
-
- isColliding() - Method in class net.risingworld.api.events.player.PlayerElementCollisionEvent
-
Gets whether or not the player is currently "touching" (colliding with) the
element.
- isColliding() - Method in class net.risingworld.api.events.world.ItemElementCollisionEvent
-
Gets whether or not the item is currently "touching" (colliding with) the
element.
- isColorCodesEnabled() - Method in class net.risingworld.api.gui.GuiLabel
-
Gets whether or not text-embedded color codes are enabled.
- isConnected() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is (still) connected.
- isConsumed() - Method in class net.risingworld.api.utils.Definitions.Recipe.Ingredient
-
Gets whether or not this ingredient will be "consumed" when crafting
an item.
- isCreativeModeEnabled() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not creative mode is currently enabled.
- isCrop() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets whether or not this is a crop plant.
- isCrouching() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently crouching.
- isCuttingGrass() - Method in class net.risingworld.api.utils.Definitions.HitDamageDefinition
-
- isDead() - Method in interface net.risingworld.api.objects.Npc
-
Gets whether or not the npc is dead.
- isDead() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is dead.
- isDoor() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets whether or not this object is a door (or something similar, like
a drawbridge).
- isDoubleClick() - Method in class net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent
-
Gets whether or not the player double clicked the gui element.
- isDoubleClick() - Method in class net.risingworld.api.events.player.gui.PlayerMapClickEvent
-
Gets whether or not the player double clicked the map.
- isDummy() - Method in interface net.risingworld.api.objects.WorldItem
-
Gets whether or not this item is a "dummy item".
- isEditable() - Method in class net.risingworld.api.gui.GuiTextField
-
Gets whether or not the textfield is editable.
- isEnvironmental() - Method in class net.risingworld.api.utils.Definitions.FoodDefinition
-
- isEquipmentItem() - Method in class net.risingworld.api.objects.Item.Definition
-
- isEquipmentItem() - Method in class net.risingworld.api.utils.Definitions.ItemDefinition
-
Gets whether or not this is an equipment item.
- isFishing() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently fishing.
- isFlying() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently flying (i.e. flymode enabled).
- isFootgear() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
- isFrameVisible() - Method in class net.risingworld.api.worldelements.WorldArea
-
- isFruitTree() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets whether or not this plant is a fruit tree, e.g. an apple tree.
- isFurnace() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets whether or not this object is a furnace.
- isGlass() - Method in class net.risingworld.api.utils.Definitions.ConstructionDefinition
-
Gets whether or not this element is a glass pane.
- 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.PlantGrowEvent
-
Gets whether or not this new plant stage can grow.
- isGrowable() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets whether or not this plant can grow.
- isGuiElementVisible(int, String, Callback<Boolean>) - Method in interface net.risingworld.api.Internals
-
- isHeadgear() - Method in class net.risingworld.api.utils.Definitions.ClothingDefinition
-
- isHeatProtective() - Method in class net.risingworld.api.utils.Definitions.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").
- isHittable() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets whether or not this element is hittable, i.e. if you can hit it with
a pickaxe, for example.
- isInCave() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is inside a cave.
- isIndoor() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is inside a building.
- isInitialized() - Method in interface net.risingworld.api.World
-
Gets whether the world is already initialized or not.
- isInLava() - Method in interface net.risingworld.api.objects.Npc
-
Gets whether the npc is currently in lava or not.
- isInLava() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently in lava.
- 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).
- isInteractable() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets whether or not the player can interact with this object.
- isInVehicle() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently inside a vehicle (either as driver
or passenger).
- isInvincible() - Method in interface 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 interface 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 interface net.risingworld.api.objects.Npc
-
Gets whether the npc is currently in water or not.
- isInWater() - Method in interface 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.
- isKeyRegistered(int) - Method in interface net.risingworld.api.objects.Player
-
Checks if a particular key is already registered.
- isLaying() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently laying in a bed, tent or shelter.
- isLightingEnabled() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets wheter lighting for this model is enabled or not.
- isListeningForCollisions() - Method in class net.risingworld.api.worldelements.World3DModel
-
- isListeningForInput() - Method in class net.risingworld.api.gui.GuiTextField
-
- isListeningForKeyInput() - Method in interface net.risingworld.api.objects.Player
-
Determines if the client does forward his key input to the server or not.
- isListeningForObjectInteractions() - Method in interface net.risingworld.api.objects.Player
-
- isLocked() - Method in interface net.risingworld.api.objects.Npc
-
Gets whether or not the npc is currently "locked".
- isLoop() - Method in enum net.risingworld.api.utils.Animation
-
Gets whether or not this is a loop animation.
- isMipMappingEnabled() - Method in class net.risingworld.api.gui.GuiImage
-
Gets whether or not mip mapping is enabled for this image.
- isMultiplePlacement() - Method in class net.risingworld.api.events.player.world.PlayerPlaceBlockEvent
-
Gets whether or not the player places multiple blocks in a row at once.
- 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.
- isNewTile() - Method in class net.risingworld.api.events.player.PlayerGenerateMapTileEvent
-
Gets whether or not this is a new map tile (i.e. the player discovered that
tile for the first time).
- isNpcCollisionEnabled() - Method in class net.risingworld.api.worldelements.World3DModel
-
- 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.
- 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(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(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(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(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(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(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).
- 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).
- isPassworded() - Method in interface 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.
- isPickupable() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets whether or not this object can be picked up by the player.
- isPickupable() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets whether or not this plant can be picked up.
- isPlayerAdmin(long) - Method in interface net.risingworld.api.Server
-
Gets whether the particular player is an admin or not.
- isPlayerBanned(long) - Method in interface net.risingworld.api.Server
-
Gets whether the particular player (who has the provided UID) is banned or not.
- isPlayerConnected(int) - Method in interface net.risingworld.api.Server
-
Gets whether or not this player is connected to the server.
- isPlayerConnected(String) - Method in interface net.risingworld.api.Server
-
Gets whether or not this player is connected to the server.
- isPlayingPiano() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently playing a piano.
- isPointInArea(Vector3f) - Method in class net.risingworld.api.utils.Area
-
Gets whether or not the point is inside this area.
- isPointInArea(int, int, int, int, int, int) - Method in class net.risingworld.api.utils.Area
-
Gets whether or not the provided position (chunkcoordinate + block position)
is inside this area.
- isPointInArea(float, float, float) - Method in class net.risingworld.api.utils.Area
-
Gets whether or not the provided position is inside this area.
- isPointInVolume(Vector3f) - Method in class net.risingworld.api.utils.BoundingInformation
-
Checks if the given point (represented as a Vector3f
) is inside
this bounding volume.
- isPoster() - Method in class net.risingworld.api.utils.Definitions.ConstructionDefinition
-
Gets whether or not this element is an image/poster.
- isPressed() - Method in class net.risingworld.api.events.player.PlayerKeyEvent
-
Gets whether the key is pressed or released.
- isPreviewImageEnabled() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
Gets whether or not a file preview is enabled for this file browser.
- isProportionalSize() - Method in class net.risingworld.api.gui.GuiImage
-
- isReady() - Method in interface net.risingworld.api.utils.CustomImage
-
Gets whether or not the image is "ready", i.e. if it has been fully
uploaded to the server.
- isRelativeBorderThickness() - Method in class net.risingworld.api.gui.GuiElement
-
Gets whether or not the border thickness is a relative value.
- isRelativePosition() - Method in class net.risingworld.api.gui.GuiElement
-
Gets whether or not the current position coordinates are relative.
- isRelativePreviewImagePosition() - Method in class net.risingworld.api.gui.GuiFileBrowser
-
- isRelativeProportionalSize() - Method in class net.risingworld.api.gui.GuiImage
-
- isRelativeSize() - Method in class net.risingworld.api.gui.GuiElement
-
Gets wheter or not the current size values are relative.
- isRelativeSize() - Method in class net.risingworld.api.gui.GuiLabel
-
This method does not work for labels.
- isSign() - Method in class net.risingworld.api.utils.Definitions.ObjectDefinition
-
Gets whether or not this object is a sign.
- isSitting() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player is currently sitting on a chair.
- isSleeping() - Method in class net.risingworld.api.events.player.PlayerSleepEvent
-
Gets whether the player starts sleeping or if he just woke up.
- isSleeping() - Method in interface net.risingworld.api.objects.Npc
-
Gets whether or not the npc is currently sleeping.
- isSleeping() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not this player is currently sleeping.
- isSpawned() - Method in interface 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 interface net.risingworld.api.objects.Player
-
- isSteam() - Method in interface net.risingworld.api.Server
-
Gets whether or not this is a Steam server.
- isSteamVersion() - Method in interface net.risingworld.api.objects.Player
-
Gets whether or not the player uses the Steam version of the game.
- isStreamed() - Method in class net.risingworld.api.utils.SoundInformation
-
Determines if the sound is streamed or not.
- isTransient() - Method in interface 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.
- isTransparencyEnabled() - Method in class net.risingworld.api.worldelements.World3DModel
-
Gets whether or not transparency is currently enabled on this model (by default,
transparency is disabled).
- isTree() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets whether or not this plant is a tree.
- 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 interface net.risingworld.api.objects.Npc
-
Gets whether the npc is currently under water or not.
- isUnderWater() - Method in interface 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.
- isVisible() - Method in class net.risingworld.api.gui.GuiElement
-
Gets whether or not this element is visible.
- isWalking() - Method in interface net.risingworld.api.objects.Player
-
- isWaterPlant() - Method in class net.risingworld.api.utils.Definitions.PlantDefinition
-
Gets whether or not this plant is a water plant, i.e. if it only grows
in water or under water.
- isWeatherEnabled() - Method in interface net.risingworld.api.Server
-
Gets whether or not the weather is enabled.
- Item - Interface in net.risingworld.api.objects
-
Represents an item that exists in the inventory of a player or in a chest.
- Item.Attribute - Interface in net.risingworld.api.objects
-
Attributes are used for all items which require additional information.
- Item.ClothingAttribute - Interface in net.risingworld.api.objects
-
This attribute is used for all clothing items.
- Item.CustomItemAttribute - Interface in net.risingworld.api.objects
-
This attribute is used for custom items, i.e. items which were added through the API.
- Item.Definition - Class in net.risingworld.api.objects
-
- Item.ObjectAttribute - Interface in net.risingworld.api.objects
-
This attribute is used for all items which represent an object (e.g. furniture).
- ItemElementCollisionEvent - Class in net.risingworld.api.events.world
-
Called when an item "touches" a
World3DModel
, or more precisely, when the
item collides with the collision shape of the element.
- ItemElementCollisionEvent(WorldItem, WorldElement, boolean, float) - Constructor for class net.risingworld.api.events.world.ItemElementCollisionEvent
-
- ITEMS - Static variable in class net.risingworld.api.utils.CollisionType
-
Items (world items)
- ItemTransformEvent - Class in net.risingworld.api.events.world
-
Called when an item transforms, i.e. if the item id changes.
- ItemTransformEvent(Item, short, int, int, ItemTransformEvent.Trigger) - Constructor for class net.risingworld.api.events.world.ItemTransformEvent
-
- ItemTransformEvent.Trigger - Enum in net.risingworld.api.events.world
-
Determines why the ItemTransformEvent
was triggered exactly
(i.e. what caused the item to transform).