Class LookAtTargetExecutor

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

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

    • memoryClazz

      protected Class<? extends Vector3Memory<?>> memoryClazz
    • duration

      protected int duration
    • currentTick

      protected int currentTick
  • Constructor Details

    • LookAtTargetExecutor

      public LookAtTargetExecutor(Class<? extends Vector3Memory<?>> memoryClazz, int duration)
  • Method Details