Class NetworkZombieAI

java.lang.Object
zombie.characters.NetworkCharacterAI
zombie.characters.NetworkZombieAI

public class NetworkZombieAI
extends NetworkCharacterAI
  • Field Details

    • zombie

      public final IsoZombie zombie
    • usePathFind

      public boolean usePathFind
    • targetX

      public float targetX
    • targetY

      public float targetY
    • targetZ

      public int targetZ
    • isClimbing

      public boolean isClimbing
    • mindSync

      public final NetworkZombieMind mindSync
    • DebugInterfaceActive

      public boolean DebugInterfaceActive
  • Constructor Details

  • Method Details

    • reset

      public void reset()
      Overrides:
      reset in class NetworkCharacterAI
    • extraUpdate

      public void extraUpdate()
    • setUpdateTimer

      public void setUpdateTimer​(float float1)
    • set

      public void set​(ZombiePacket zombiePacket)
    • parse

      public void parse​(ZombiePacket zombiePacket)
    • preupdate

      public void preupdate()
    • getPredictionDebug

      public static java.lang.String getPredictionDebug​(IsoGameCharacter gameCharacter, ZombiePacket zombiePacket, int int1, long long1)