Package games.stendhal.server.script
Class ZoneCollisionCheck
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.ZoneCollisionCheck
- All Implemented Interfaces:
Script
Searches for inconsistencies in zone collisions. For every square
that there is an open way out, should be also an open square in
the neighbouring zone.
No attention paid to performance. There should be no reason to run this on anything but a test server.
-
Field Summary
Fields inherited from class games.stendhal.server.core.scripting.ScriptImpl
sandbox
-
Constructor Summary
-
Method Summary
Methods inherited from class games.stendhal.server.core.scripting.ScriptImpl
load, unload
-
Constructor Details
-
ZoneCollisionCheck
public ZoneCollisionCheck()
-
-
Method Details
-
execute
Description copied from interface:Script
Executes this script.- Specified by:
execute
in interfaceScript
- Overrides:
execute
in classScriptImpl
- Parameters:
admin
- the admin who load it ornull
on server start.args
- the arguments the admin specified ornull
on server start.
-