Module rpgframework.api.jfx
Package de.rpgframework.gamemaster.jfx
Class SessionScreenPluginRegistry
- java.lang.Object
-
- de.rpgframework.gamemaster.jfx.SessionScreenPluginRegistry
-
public class SessionScreenPluginRegistry extends Object
- Author:
- prelle
-
-
Constructor Summary
Constructors Constructor Description SessionScreenPluginRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidadd(SessionScreenPlugin plugin)static List<SessionScreenPlugin>getPlugins()
-
-
-
Method Detail
-
add
public static void add(SessionScreenPlugin plugin)
-
getPlugins
public static List<SessionScreenPlugin> getPlugins()
-
-