Class PlayerDeath

  • All Implemented Interfaces:
    DateHolder

    @Deprecated
    public class PlayerDeath
    extends java.lang.Object
    implements DateHolder
    Deprecated.
    Use PlayerKill instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerDeath​(java.util.UUID killer, java.lang.String killerName, java.lang.String weapon, long date)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      long getDate()
      Deprecated.
      Get the date the object holds.
      java.util.UUID getKiller()
      Deprecated.
       
      java.lang.String getKillerName()
      Deprecated.
       
      java.lang.String getWeapon()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • PlayerDeath

        public PlayerDeath​(java.util.UUID killer,
                           java.lang.String killerName,
                           java.lang.String weapon,
                           long date)
        Deprecated.
    • Method Detail

      • getKiller

        public java.util.UUID getKiller()
        Deprecated.
      • getKillerName

        public java.lang.String getKillerName()
        Deprecated.
      • getDate

        public long getDate()
        Deprecated.
        Description copied from interface: DateHolder
        Get the date the object holds.
        Specified by:
        getDate in interface DateHolder
        Returns:
        Epoch ms - milliseconds passed since January 1st 1970.
      • getWeapon

        public java.lang.String getWeapon()
        Deprecated.