Uses of Class
top.focess.qq.api.util.session.Session
-
Packages that use Session Package Description top.focess.qq.api.command top.focess.qq.api.util.session -
-
Uses of Session in top.focess.qq.api.command
Methods in top.focess.qq.api.command that return Session Modifier and Type Method Description SessionCommandSender. getSession()Get Session of the CommandSender. -
Uses of Session in top.focess.qq.api.util.session
Subclasses of Session in top.focess.qq.api.util.session Modifier and Type Class Description classSessionSectionSection of Session.Methods in top.focess.qq.api.util.session that return Session Modifier and Type Method Description SessionSessionSection. getParent()Get the parent sectionConstructors in top.focess.qq.api.util.session with parameters of type Session Constructor Description SessionSection(Session session, Map<String,Object> values)
-