Class PersistentSession

java.lang.Object
com.zachsthings.libcomponents.config.ConfigurationBase
com.sk89q.commandbook.component.session.PersistentSession
Direct Known Subclasses:
AdministrativeSession, AFKComponent.AFKSession, FlightComponent.FlightSession, TeleportSession, UserSession

public abstract class PersistentSession
extends com.zachsthings.libcomponents.config.ConfigurationBase
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static long ONE_HOUR  
    static long THIRTY_MINUTES  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected PersistentSession​(long maxTime)  
  • Method Summary

    Modifier and Type Method Description
    long getGoneTime()  
    org.bukkit.command.CommandSender getOwner()  
    java.lang.String getSenderName()
    Deprecated.
    java.lang.String getUniqueName()  
    void handleDisconnect()  
    void handleReconnect​(org.bukkit.command.CommandSender sender)  
    boolean isRecent()  

    Methods inherited from class com.zachsthings.libcomponents.config.ConfigurationBase

    isConfigured, load, save

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details