Class LookAtTargetExecutor

java.lang.Object
cn.nukkit.entity.ai.executor.LookAtTargetExecutor
All Implemented Interfaces:
EntityControl, IBehaviorExecutor

@PowerNukkitXOnly @Since("1.6.0.0-PNX") public class LookAtTargetExecutor extends Object implements EntityControl, IBehaviorExecutor
  • Field Details

    • memory

      protected MemoryType<? extends Vector3> memory
    • duration

      protected int duration
    • currentTick

      protected int currentTick
  • Constructor Details

    • LookAtTargetExecutor

      public LookAtTargetExecutor(MemoryType<? extends Vector3> memory, int duration)
  • Method Details