Interface NeedleDirectionHelper.Wobbler
- Enclosing class:
NeedleDirectionHelper
public static interface NeedleDirectionHelper.Wobbler
-
Method Summary
Modifier and TypeMethodDescriptionfloatrotation()booleanshouldUpdate(long tick) voidupdate(long tick, float targetRotation)
-
Method Details
-
rotation
float rotation() -
shouldUpdate
boolean shouldUpdate(long tick) -
update
void update(long tick, float targetRotation)
-