Uses of Class
net.risingworld.api.events.Event
Packages that use Event
Package
Description
-
Uses of Event in net.risingworld.api
Methods in net.risingworld.api with parameters of type Event -
Uses of Event in net.risingworld.api.events.general
Subclasses of Event in net.risingworld.api.events.generalModifier and TypeClassDescriptionfinal classCalled when a player is added to the admin list.final classTriggered when an input command was received by the server process, or more precisely, an input command which was received from theSystem.ininput stream.final classCalled every tick after the UpdateEvent has been called.final classTriggered when the game or server is fully initialized.final classCalled when a player is removed from the admin list.final classCalled when the game/server shuts down.final classCalled when the night will be skipped (this happens when all players are sleeping in a bed during night time).final classCalled every tick. -
Uses of Event in net.risingworld.api.events.npc
Subclasses of Event in net.risingworld.api.events.npcModifier and TypeClassDescriptionfinal classCalled when a garment was added to an npc.final classCalled when a saddle bag is attached to the saddle of an npc/mount.
Please note: TheNpcAddClothesEventis also called when a saddle bag is addedfinal classCalled when a saddle is added to an npc/mount.
Please note: TheNpcAddClothesEventis also called when a saddle is addedfinal classCalled when an npc takes any kind of damage (e.g fall damage).final classCalled when an npc dies.final classCalled when an npc attacks another npc.final classCalled when a garment was removed from an npc.final classCalled when a saddle bag is removed from an npc/mount.
Please note: TheNpcRemoveClothesEventis also called when a saddle bag is removedfinal classCalled when a saddle is removed from an npc/mount.
Please note: TheNpcRemoveClothesEventis also called when a saddle is removedfinal classCalled when an npc is about to spawn.final classCalled when an npc transforms, i.e when the npc id changes. -
Uses of Event in net.risingworld.api.events.player
Subclasses of Event in net.risingworld.api.events.playerModifier and TypeClassDescriptionfinal classCalled when a player gets banned.final classCalled when a player changes his block position (for example by moving).final classCalled when a player changes the equipped item.final classCalled when a player changes his local game mode (i.e by using the command "setgamemode" or "gm").final classCalled when a player changes his position (for example by moving).final classCalled when a player changes this state.final classCalled when a player sends a chat message.final classCalled when a player enters a command into chat.final classCalled when a player connects to the server.final classCalled when a player consumes an item, e.g eats an apple.final classCalled when the player crafts an item.final classCalled when a player creates a new area (create mode F9 tools).final classCalled when a player wants to create a new blueprint (i.e when he has already selected an area and wants to finally create the blueprint).final classCalled when a player takes damage (e.g fall damage).final classCalled when a player dies.final classCalled when a player disconnects.final classCalled when a player dismounts an npc / animal (e.g a horse).final classCalled when a player drinks water from a pond.final classCalled when the player drops an item.final classCalled when a player drops an item from a storage (e.g a chest).final classDeprecated, for removal: This API element is subject to removal in a future version.final classDeprecated, for removal: This API element is subject to removal in a future version.Do not use! UsePlayerGameObjectHitEventinstead!final classDeprecated, for removal: This API element is subject to removal in a future version.Do not use! UsePlayerGameObjectHitEventinstead!final classCalled when a player enters a newAreafinal classCalled when a player enters a new chunk.final classCalled when a player enters a new sector (island sector).final classCalled when a player enters a vehicle.final classCalled when a player enters a new world part.classBase class for all player events.final classCalled when a player exits a vehicle.final classCalled when a player hits a game object.final classCalled when a player interacts (i.e presses the interaction key) with a game object.final classCalled when a player hits a world itemfinal classCalled when a player hits / attacks an npc.final classCalled when a player hits / attacks another player.final classTriggered when an "illegal state" error occurs for a player.final classCalled when a player presses or releases a key on his keyboard.final classCalled when a player gets kicked.final classCalled when a player leaves anAreafinal classCalled when the location ticker text (lower left corner of the screen) of the player changes.final classCalled when a player mounts an npc / animal (e.g a horse).final classCalled when a player presses or releases a mouse button.classBase class for all player - npc related events.final classCalled when a player interacts (i.e presses the interaction key) with an npc.final classCalled when a player accesses the inventory of an npc (when he accesses the saddle bags of a mount, for example).final classCalled when a player interacts (i.e presses the interaction key) with a default game object (e.g furniture).final classCalled when the permission group of a player changes.final classCalled when the player picks up a world item.final classCalled when a player interacts (i.e presses the interaction key) with another player.final classCalled when a player sends a private message to another player.final classCalled when the player "processes" an item in his inventory.final classCalled when a player respawns after death.final classCalled when a player changes the text on a sign.final classCalled when a player updates a spawn point.final classCalled when a player spawns after connecting.final classCalled when a player starts fishing.final classCalled when a player starts flying (F2)final classCalled when a player stops fishing.final classCalled when a player stops flying (F2)final classCalled when a player accesses a storage object (e.g a chest).final classCalled when a player takes off on a garment.final classCalled when a player is teleported to another location.final classCalled when the player status updates (e.g hunger, thirst, temperature etc).classBase class for all player - vehicle related events.final classCalled when a player fires a weapon (includes firearms and other ranged weapons like bows, but also spears, grenades etc).final classCalled when a player reloads a weapon.final classCalled when a player puts on a garment.final classCalled when a new music track starts playing for a player. -
Uses of Event in net.risingworld.api.events.player.inventory
Subclasses of Event in net.risingworld.api.events.player.inventoryModifier and TypeClassDescriptionfinal classCalled when an item is added to the players inventory.final classCalled when an item in inventory gets modified.final classCalled when an item in the players inventory is moved to another slot in the inventory.final classCalled when an item is moved from the player inventory to a storage (e.g a chest).final classCalled when an item in a storage is moved to another slot in the storage.final classCalled when an item is moved from a storage (e.g a chest) to the player inventory. -
Uses of Event in net.risingworld.api.events.player.ui
Subclasses of Event in net.risingworld.api.events.player.uiModifier and TypeClassDescriptionfinal classCalled when a player changes his ingame screen resolution.final classCalled when a player opens or closes the inventory.final classCalled when an item in inventory is dragged & dropped on aUIElement.final classCalled when a player enters a text into aUITextField, or more precisely, once he either presses enter or once the textfield loses the focus (i.e the player clicks somewhere else)final classCalled when a player changes aUITextField, i.e when he enters or removes any characters to/from the text field. -
Uses of Event in net.risingworld.api.events.player.world
Subclasses of Event in net.risingworld.api.events.player.worldModifier and TypeClassDescriptionfinal classCalled when a player paints a construction element.final classCalled when a player paints an object (i.e changes the color of an object element, e.g furniture, doors etc).final classCalled when the info ID of an object changes.final classCalled when the player changes the status of an object.classBase class for any kind of interactions (destroy, pickup, use etc) with construction elements (planks, beams, windows, posters etc).final classCalled when a player uses the creative placement tools (F6) to place vegetations.final classCalled when a player uses the creative removal tools (F7) to remove a construction element.final classCalled when a player uses the creative removal tools (F7) to remove an object (e.g furniture).final classCalled when a player uses the creative removal tools (F7) to remove a plant.final classCalled when a player uses the creative terrain edit tools (F5) to edit the terrain (e.g remove, place, smooth etc).final classCalled when a player destroys a construction element.final classCalled when a player destroys an object (furniture, doors, lamps etc).final classCalled when a player digs a hole, i.e destroys terrain.final classCalled when a player destroys a plant (e.g cuts a tree).final classCalled when a player edits a construction element (e.g changes texture, rotation, position etc).final classCalled when a player hits a construction element (e.g planks, beams, posters etc).final classCalled when a player hits an object (e.g furniture, doors, lamps etc).final classCalled when a player hits terrain with a tool (e.g pickaxe).final classCalled when a player hits a plant (e.g a tree, bush, flowers etc).final classCalled when a player hits water with a tool (e.g pickaxe).classBase class for any kind of interactions (destroy, pickup, use etc) with objects (like furniture, doors, lamps etc).final classCalled when a player wants to place a blueprint, i.e a blueprint which was already created previously.final classCalled when a player places a construction element.final classCalled when a player replants grass.final classCalled when a player places an objects (furniture, doors, lamps, chests etc).final classCalled when a player places terrain (i.e dirt, stone, gravel etc) in the world.classCalled when the player places a plant (saplings, seedlings etc).final classCalled when a player places water in the world.final classCalled when a player removes a construction element without destroying it, i.e.final classCalled when a player removes/cuts grass.final classCalled when a player removes an object (furniture, doors, lamps etc) without destroying it (usually this is called when a player deconstructs an object, i.e.final classCalled when a player removes a plant without destroying it.final classCalled when a player removes water.classBase class for any kind of interactions (destroy, pickup, plant etc) with vegetations.classBase class for all player world/terrain events. -
Uses of Event in net.risingworld.api.events.world
Subclasses of Event in net.risingworld.api.events.worldModifier and TypeClassDescriptionfinal classCalled when an explosion is triggered (e.g caused by tnt).final classCalled when a world item transforms, i.e when the item id changes.classAbstract class representing all meta object events.final classCalled when the status of a meta object changes, e.g if a furnace is turned on/off, runs out of fuel etc.final classCalled when a plant grows (i.e transition to next growth stage).
Note: Most growable plants have multiple "growth stages", so a sapling usually never turns into a fully grown plant directly.final classCalled when a projectile was fired.final classCalled when a projectile hits a target.final classCalled when the season changes, i.e when it switches to spring, summer, autumn or winter.final classCalled when the weather changes.
PlayerGameObjectHitEventinstead!