Class ParrotElement.FaceVecPose

java.lang.Object
net.createmod.ponder.foundation.element.ParrotElement.ParrotPose
net.createmod.ponder.foundation.element.ParrotElement.FaceVecPose
Direct Known Subclasses:
ParrotElement.FaceCursorPose, ParrotElement.FacePointOfInterestPose
Enclosing class:
ParrotElement

public abstract static class ParrotElement.FaceVecPose extends ParrotElement.ParrotPose
  • Constructor Details

    • FaceVecPose

      public FaceVecPose()
  • Method Details

    • tick

      protected void tick(PonderScene scene, net.minecraft.world.entity.animal.Parrot entity, net.minecraft.world.phys.Vec3 location)
      Specified by:
      tick in class ParrotElement.ParrotPose
    • getFacedVec

      protected abstract net.minecraft.world.phys.Vec3 getFacedVec(PonderScene scene)