Class PythonWorld

java.lang.Object
marauroa.server.game.python.PythonWorld

public class PythonWorld extends Object
This class is a abstract class for you to inherit in in Python. You can implement onInit and onFinish methods to define the behaviour to do when server init and server shutdown.
Author:
miguel
  • Constructor Details

    • PythonWorld

      public PythonWorld()
  • Method Details

    • onInit

      public void onInit()
      Called on server start up
    • onFinish

      public void onFinish()
      Called on server shutdown