Interface NeedleDirectionHelper.Wobbler

Enclosing class:
NeedleDirectionHelper

public static interface NeedleDirectionHelper.Wobbler
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    boolean
    shouldUpdate(long tick)
     
    void
    update(long tick, float targetRotation)
     
  • Method Details

    • rotation

      float rotation()
    • shouldUpdate

      boolean shouldUpdate(long tick)
    • update

      void update(long tick, float targetRotation)