Modifier and Type | Method and Description |
---|---|
void |
Plugin.triggerEvent(Event event)
Calls an event.
|
Modifier and Type | Class and Description |
---|---|
class |
AddAdminEvent
Called when a player is added to the admin list.
|
class |
InputEvent
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. |
class |
RemoveAdminEvent
Called when a player is removed from the admin list.
|
class |
ShutdownEvent
Called when the server shuts down.
|
class |
UpdateEvent
Called every tick.
|
Modifier and Type | Class and Description |
---|---|
class |
NpcDeathEvent
Called when an npc dies.
|
class |
NpcHitNpcEvent
Called when an npc attacks another npc.
|
class |
NpcSpawnEvent
Called when an npc is about to spawn.
|
Modifier and Type | Class and Description |
---|---|
class |
PlayerBanEvent
Called when a player gets banned.
|
class |
PlayerCatchFishEvent
Called when a player catches a fish (or another item).
|
class |
PlayerChangeBlockPositionEvent
Called when a player changes his block position (for example by moving).
|
class |
PlayerChangeEquippedItemEvent
Called when a player changes the equipped item, i.e. if he either changes the
current "quickslot focus" (hotbar 1-5).
|
class |
PlayerChangeGamemodeEvent
Called when a player changes his local game mode (i.e. by using the command
"setgamemode" or "gm").
|
class |
PlayerChangePositionEvent
Called when a player changes his position (for example by moving).
|
class |
PlayerChatEvent
Called when a player sends a chat message.
|
class |
PlayerChestAccessEvent
Called when a player accesses a chest.
|
class |
PlayerCommandEvent
Called when a player enters a command into chat.
|
class |
PlayerConnectEvent
Called when a player connects to the server.
|
class |
PlayerCraftItemEvent
Called when the player crafts an item.
|
class |
PlayerCustomImageDeleteEvent
Called when a player wants to delete an image.
|
class |
PlayerCustomImageUploadEvent
Called when a player has successfully uploaded a custom image to the server.
|
class |
PlayerCustomImageUploadRequestEvent
Called when a player wants to upload a custom image (poster).
|
class |
PlayerDamageEvent
Called when a player takes damage (e.g. fall damage).
|
class |
PlayerDeathEvent
Called when a player dies.
|
class |
PlayerDisconnectEvent
Called when a player disconnects.
|
class |
PlayerDismountNpcEvent
Called when a player dismounts an npc / animal (e.g. a horse).
|
class |
PlayerDropItemEvent
Called when the player drops an item.
|
class |
PlayerElementCollisionEvent
Called when a player "touches" a
World3DModel , or more precisely, when the
player collides with the collision shape of the element. |
class |
PlayerElementHitEvent
Called when a player hits a world element (as long as
World3DModel.setHittable(boolean) is set to true). |
class |
PlayerElementInteractionEvent
Called when a player interacts (i.e. presses the interaction key) with a
world element (as long as
World3DModel.setInteractable(boolean) is
set to true). |
class |
PlayerEnterAreaEvent
Called when a player enters a new
Area |
class |
PlayerEnterChunkEvent
Called when a player enters a new chunk.
|
class |
PlayerEnterVehicleEvent
Called when a player enters a vehicle.
|
class |
PlayerEnterWorldpartEvent
Called when a player enters a new worldpart.
|
class |
PlayerEvent
Base class for all player events.
|
class |
PlayerExitVehicleEvent
Called when a player enters a vehicle.
|
class |
PlayerGenerateMapTileEvent
Called when a player has generated a new map tile.
|
class |
PlayerHitEvent
Called when a player hits / attacks another player.
|
class |
PlayerHitNpcEvent
Called when a player hits / attacks an npc.
|
class |
PlayerIllegalStateEvent
Triggered when an "illegal state" error occurs for a player.
|
class |
PlayerKeyEvent
Called when a player presses or releases a key on his keyboard.
|
class |
PlayerKickEvent
Called when a player gets kicked.
|
class |
PlayerLeaveAreaEvent
Called when a player leaves an
Area |
class |
PlayerMountNpcEvent
Called when a player mounts an npc / animal (e.g. a horse).
|
class |
PlayerNpcEvent
Base class for all player - npc related events.
|
class |
PlayerNpcInteractionEvent
Called when a player interacts (i.e. presses the interaction key) with an npc.
|
class |
PlayerNpcInventoryAccessEvent
Called when a player accesses the inventory of an npc (when he accesses
the saddle bags of a mount, for example).
|
class |
PlayerObjectInteractionEvent
Called when a player interacts (i.e. presses the interaction key) with a default
game object (e.g. furniture).
|
class |
PlayerPermissionGroupChangeEvent
Called when the permission group of a player changes.
|
class |
PlayerPickupItemEvent
Called when the player picks up a world item.
|
class |
PlayerPlayerInteractionEvent
Called when a player interacts (i.e. presses the interaction key) with another player.
|
class |
PlayerPrivateMessageEvent
Called when a player sends a private message to another player.
|
class |
PlayerRespawnEvent
Called when a player respawns after death.
|
class |
PlayerSetSignTextEvent |
class |
PlayerSleepEvent
Called when a player starts sleeping or when he wakes up.
|
class |
PlayerSpawnEvent
Called when a player spawns after connecting.
|
class |
PlayerStartFishingEvent
Called when a player starts fishing.
|
class |
PlayerStartFlyingEvent
Called when a player starts flying (F2)
|
class |
PlayerStopFishingEvent
Called when a player stops fishing.
|
class |
PlayerStopFlyingEvent
Called when a player stops flying (F2)
|
class |
PlayerTeleportEvent
Called when a player is teleported to another location.
|
class |
PlayerVehicleEvent
Base class for all player - vehicle related events.
|
Modifier and Type | Class and Description |
---|---|
class |
PlayerChangeScreenResolutionEvent
Called when a player changes his screen resolution.
|
class |
PlayerGuiElementClickEvent
Called when a player clicks on a gui element.
|
class |
PlayerGuiInputEvent
Called when a player enters a text into a textfield, or more precisely, once
he either presses enter, or once the textfield loses the focus (i.e. the player
clicks somewhere else).
|
class |
PlayerMapClickEvent
Called when a player clicks on a position on the map (gui).
|
class |
PlayerMapCreateMarkerEvent
Called when a player creates a new map marker.
|
class |
PlayerMapRemoveMarkerEvent
Called when a player removes a new map marker.
|
class |
PlayerSelectFileEvent
Called when a player selects a file in the
GuiFileBrowser element. |
Modifier and Type | Class and Description |
---|---|
class |
PlayerChestDropEvent
Called when a player drops an item from a chest.
|
class |
PlayerChestToInventoryEvent
Called when an item is moved from a chest to the player inventory.
|
class |
PlayerInventoryAddEvent
Called when an item is added to the players inventory.
|
class |
PlayerInventoryToChestEvent
Called when an item is moved from the player inventory to a chest.
|
Modifier and Type | Class and Description |
---|---|
class |
PlayerChangeObjectStatusEvent
Called when the status of an object changes.
|
class |
PlayerConstructionEvent
Base class for any kind of interactions (destroy, pickup, use etc) with
construction elements (planks, beams, windows, posters etc).
|
class |
PlayerConstructionHitEvent
Called when a player hits a construction element (e.g. planks, beams, posters etc).
|
class |
PlayerCreateBlueprintEvent
Called when a user wants to create a blueprint (i.e. when he already selected an
area and wants to finally create the blueprint).
|
class |
PlayerCreativePlaceBlockEvent
Called when a player uses the creative placement tools (F6) to place blocks.
|
class |
PlayerCreativePlaceVegetationEvent
Called when a player uses the creative placement tools (F6) to place vegetations.
|
class |
PlayerCreativeRemoveConstructionEvent
Called when a player uses the creative removal tools (F7) to remove a construction element.
|
class |
PlayerCreativeRemoveObjectEvent
Called when a player uses the creative removal tools (F7) to remove an object
(e.g. furniture).
|
class |
PlayerCreativeRemoveVegetationEvent
Called when a player uses the creative removal tools (F7) to remove a plant.
|
class |
PlayerCreativeTerrainEditEvent
Called when a player uses the creative terrain edit tools (F5) to edit the terrain
(e.g. remove, place, smooth etc).
|
class |
PlayerDestroyBlockEvent
Called when a player destroys a block.
|
class |
PlayerDestroyConstructionEvent
Called when the player destroys a construction element.
|
class |
PlayerDestroyObjectEvent
Called when the player destroys an object (furniture, doors, lamps etc).
|
class |
PlayerDestroyTerrainEvent |
class |
PlayerDestroyVegetationEvent
Called when the player destroys a plant (e.g. cuts a tree).
|
class |
PlayerEditConstructionEvent
Called when the player edits a construction element (e.g. changes texture,
changes rotation etc).
|
class |
PlayerObjectEvent
Base class for any kind of interactions (destroy, pickup, use etc) with objects
(like furniture, doors, lamps etc).
|
class |
PlayerObjectHitEvent
Called when a player hits an object (e.g. furniture, doors, lamps etc).
|
class |
PlayerPlaceBlockEvent
Called when a player places a block in the world.
|
class |
PlayerPlaceBlueprintEvent
Called when a user wants to place a blueprint, i.e. a blueprint which was
already created previously.
|
class |
PlayerPlaceConstructionEvent
Called when the player places a construction element.
|
class |
PlayerPlaceGrassEvent
Called when a player replants grass.
|
class |
PlayerPlaceObjectEvent
Called when the player places an objects (furniture, doors, lamps, chests etc).
|
class |
PlayerPlaceTerrainEvent
Called when a player places terrain (i.e. dirt, stone, gravel etc) in the world.
|
class |
PlayerPlaceVegetationEvent
Called when the player places a plant (saplings, seedlings etc).
|
class |
PlayerPlaceWaterEvent
Called when a player places water in the world.
|
class |
PlayerRemoveConstructionEvent
Called when the player removes a construction element without destroying it, i.e.
|
class |
PlayerRemoveGrassEvent
Called when a player removes/cuts grass.
|
class |
PlayerRemoveObjectEvent
Called when the player removes an object (furniture, doors, lamps etc) without
destroying it (usually this is called when a player deconstructs an object, i.e.
|
class |
PlayerRemoveVegetationEvent
Called when the player removes a plant without destroying it.
|
class |
PlayerRemoveWaterEvent
Called when a player removes water.
|
class |
PlayerVegetationEvent
Base class for any kind of interactions (destroy, pickup, plant etc) with vegetations.
|
class |
PlayerVegetationHitEvent
Called when a player hits a plant (e.g. a tree, bush, flowers etc).
|
class |
PlayerWorldEditEvent
Base class for all player world/terrain events.
|
class |
PlayerWorldHitEvent
Called when a player hits terrain or blocks with a tool (e.g. pickaxe).
|
Modifier and Type | Class and Description |
---|---|
class |
ExplosionEvent
Called when an explosion is triggered (e.g. caused by tnt).
|
class |
ItemElementCollisionEvent
Called when an item "touches" a
World3DModel , or more precisely, when the
item collides with the collision shape of the element. |
class |
ItemTransformEvent
Called when an item transforms, i.e. if the item id changes.
|
class |
PlantGrowEvent
Called when a plant grows (i.e. transition to next growth stage).
|
class |
WeatherChangeEvent
Called when the weather changes.
|