Class Event

java.lang.Object
net.minestom.server.event.Event
Direct Known Subclasses:
AdvancementTabEvent, ArmorEquipEvent, CancellableEvent, EntityAttackEvent, EntityDeathEvent, EntitySpawnEvent, EntityTickEvent, InstanceChunkLoadEvent, InstanceChunkUnloadEvent, InventoryClickEvent, InventoryCloseEvent, ItemUpdateStateEvent, PlayerChunkLoadEvent, PlayerChunkUnloadEvent, PlayerDisconnectEvent, PlayerEatEvent, PlayerEntityInteractEvent, PlayerLoginEvent, PlayerPluginMessageEvent, PlayerPreLoginEvent, PlayerResourcePackStatusEvent, PlayerRespawnEvent, PlayerSettingsChangeEvent, PlayerSkinInitEvent, PlayerStartFlyingEvent, PlayerStopFlyingEvent, PlayerTickEvent, PlayerUseItemOnBlockEvent, UpdateTagListEvent

public class Event
extends java.lang.Object
Object which can be listened to by an EventHandler.

Called using EventHandler.callEvent(Class, Event).

  • Constructor Summary

    Constructors 
    Constructor Description
    Event()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details