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 IsoPlayer getNearestPlayer​(IsoPlayer player)  
    static boolean updateInputState​(IsoPlayer player, zombie.characters.IsoPlayer.InputState inputState)  
    static boolean updateMovementFromInput​(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

    • getNearestPlayer

      public static IsoPlayer getNearestPlayer​(IsoPlayer player)
    • updateMovementFromInput

      public static boolean updateMovementFromInput​(IsoPlayer player, zombie.characters.IsoPlayer.MoveVars moveVars)
    • updateInputState

      public static boolean updateInputState​(IsoPlayer player, zombie.characters.IsoPlayer.InputState inputState)