Package zombie.characters
Class MPDebugAI
java.lang.Object
zombie.characters.MPDebugAI
public class MPDebugAI
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MPDebugAI() -
Method Summary
Modifier and Type Method Description static IsoPlayergetNearestPlayer(IsoPlayer player)static booleanupdateInputState(IsoPlayer player, zombie.characters.IsoPlayer.InputState inputState)static booleanupdateMovementFromInput(IsoPlayer player, zombie.characters.IsoPlayer.MoveVars moveVars)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MPDebugAI
public MPDebugAI()
-
-
Method Details