Class PythonRPWorld

java.lang.Object
marauroa.server.game.rp.RPWorld
marauroa.server.game.python.PythonRPWorld
All Implemented Interfaces:
Iterable<IRPZone>

public class PythonRPWorld extends RPWorld
Python implementation of RPWorld. You can't inherit directly RPWorld, so you need to inherit in your Python code the PythonWorld class. You should set world in server.ini to this class.
Author:
miguel
  • Constructor Details

    • PythonRPWorld

      public PythonRPWorld()
      Constructor
  • Method Details

    • get

      public static PythonRPWorld get()
    • onInit

      public void onInit()
      Called on server start up
      Overrides:
      onInit in class RPWorld
    • onFinish

      public void onFinish()
      Called on server shutdown.
      Overrides:
      onFinish in class RPWorld