Class AIComponent

java.lang.Object
zombie.characters.ecs.ECSComponent
zombie.characters.component.AIComponent

public class AIComponent extends ECSComponent
  • Constructor Details

    • AIComponent

      public AIComponent()
  • Method Details

    • doUpdatePlayerControls

      public boolean doUpdatePlayerControls(IsoPlayer ownerPlayer)
    • update

      public void update()
    • postUpdatePlayer

      public void postUpdatePlayer(IsoPlayer ownerPlayer)
    • getPlayer

      public IsoPlayer getPlayer()
    • getHumanControlVars

      public AIBrainPlayerControlVars getHumanControlVars()