Class DeathMessageEvent

java.lang.Object
org.bukkit.event.Event
net.fateuhc.plugin.api.events.DeathMessageEvent

public class DeathMessageEvent extends org.bukkit.event.Event
Called on DeathMessagesListener Handles death messages, death tracking, etc
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.event.entity.PlayerDeathEvent
    Get the PlayerDeathEvent.
    static org.bukkit.event.HandlerList
    Get the handler list.
    org.bukkit.event.HandlerList
    Get the handlers list.

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

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

    • DeathMessageEvent

      public DeathMessageEvent()
  • Method Details

    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Get the handlers list.
      Specified by:
      getHandlers in class org.bukkit.event.Event
      Returns:
      HandlerList
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
      Get the handler list.
      Returns:
      HandlerList
    • getDeathEvent

      public org.bukkit.event.entity.PlayerDeathEvent getDeathEvent()
      Get the PlayerDeathEvent.
      Returns:
      PlayerDeathEvent