Class ReflectiveSessionFactory
java.lang.Object
com.sk89q.commandbook.component.session.ReflectiveSessionFactory
- All Implemented Interfaces:
SessionFactory<PersistentSession>
public class ReflectiveSessionFactory extends java.lang.Object implements SessionFactory<PersistentSession>
-
Constructor Summary
Constructors Constructor Description ReflectiveSessionFactory(java.lang.Class<? extends PersistentSession> type) -
Method Summary
Modifier and Type Method Description PersistentSessioncreateSession(org.bukkit.command.CommandSender user)
-
Constructor Details
-
Method Details
-
createSession
- Specified by:
createSessionin interfaceSessionFactory<PersistentSession>
-