Package zombie.iso

Class IsoNPCPlayer

All Implemented Interfaces:
java.io.Serializable, Mover, Talker, ChatElementOwner

public class IsoNPCPlayer
extends IsoPlayer
See Also:
Serialized Form
  • Field Details

    • bRunning

      public boolean bRunning
  • Constructor Details

    • IsoNPCPlayer

      public IsoNPCPlayer​(IsoCell cell)
    • IsoNPCPlayer

      public IsoNPCPlayer​(IsoCell cell, SurvivorDesc desc, int x, int y, int z)
  • Method Details

    • getDestination

      public Vector3f getDestination()
    • setDestination

      public void setDestination​(float x, float y, float z)
    • getPathSpeed

      public float getPathSpeed()
      Overrides:
      getPathSpeed in class IsoPlayer
    • update

      public void update()
      Overrides:
      update in class IsoPlayer