Modifier and Type | Class and Description |
---|---|
class |
AddAdminEvent
Called when a player is added to the admin list.
|
class |
RemoveAdminEvent
Called when a player is removed from the admin list.
|
class |
ShutdownEvent
Called when the server shuts down.
|
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 |
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 |
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 |
PlayerDismountNpcEvent
Called when a player dismounts an npc / animal (e.g. a horse).
|
class |
PlayerDropItemEvent
Called when the player drops an item.
|
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 |
PlayerExitVehicleEvent
Called when a player enters a vehicle.
|
class |
PlayerHitEvent
Called when a player hits / attacks another player.
|
class |
PlayerHitNpcEvent
Called when a player hits / attacks an npc.
|
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 |
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 |
PlayerStartFishingEvent
Called when a player starts fishing.
|
class |
PlayerStartFlyingEvent
Called when a player starts flying (F2)
|
class |
PlayerStopFlyingEvent
Called when a player stops flying (F2)
|
class |
PlayerTeleportEvent
Called when a player is teleported to another location.
|
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 |
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 |
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 |
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 |
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.
|