Package marauroa.server.game.python
Class PythonRPWorld
java.lang.Object
marauroa.server.game.rp.RPWorld
marauroa.server.game.python.PythonRPWorld
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PythonRPWorld
get()
void
onFinish()
Called on server shutdown.void
onInit()
Called on server start upMethods inherited from class marauroa.server.game.rp.RPWorld
add, addRPZone, changeZone, changeZone, get, getDefaultZone, getRPZone, getRPZone, has, hasRPZone, initialize, iterator, modify, nextTurn, remove, removeRPZone, removeRPZone, requestSync, setDefaultZone, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator