public abstract class Plugin
extends java.lang.Object
Constructor and Description |
---|
Plugin(Game game)
Constructs the plugin.
|
Modifier and Type | Method and Description |
---|---|
abstract javax.swing.JPanel |
buildUI()
Function responsible for building the UI and events handler of the plugin.
|
protected Game |
getGame() |
public Plugin(Game game)
game
- Current game.public abstract javax.swing.JPanel buildUI()
protected final Game getGame()