Class MixinPlayed

All Implemented Interfaces:
Active, Runnable, Listener

public class MixinPlayed extends Mixin
  • Constructor Details

    • MixinPlayed

      public MixinPlayed()
  • Method Details

    • get

      @Contract(pure=true) public static MixinPlayed get()
    • isOnline

      public boolean isOnline(Object senderObject)
    • isOffline

      public boolean isOffline(Object senderObject)
    • getFirstPlayed

      public Long getFirstPlayed(Object senderObject)
    • getLastPlayed

      public Long getLastPlayed(Object senderObject)
    • hasPlayedBefore

      public boolean hasPlayedBefore(Object senderObject)