Interface SessionFactory<T extends PersistentSession>

All Known Implementing Classes:
ReflectiveSessionFactory

public interface SessionFactory<T extends PersistentSession>
  • Method Summary

    Modifier and Type Method Description
    T createSession​(org.bukkit.command.CommandSender user)  
  • Method Details

    • createSession

      T createSession​(org.bukkit.command.CommandSender user)