Interface NeedleAngleState.Angler

Enclosing class:
NeedleAngleState

@Environment(CLIENT) public static interface NeedleAngleState.Angler
Mappings:
Namespace Name
named net/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler
intermediary net/minecraft/class_10480$class_10481
official hcs$a
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    float
     
    boolean
    shouldUpdate(long time)
     
    void
    update(long time, float target)
     
  • Method Details Link icon

    • getAngle Link icon

      float getAngle()
      Mappings:
      Namespace Name Mixin selector
      named getAngle Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;getAngle()F
      intermediary method_65664 Lnet/minecraft/class_10480$class_10481;method_65664()F
      official a Lhcs$a;a()F
    • shouldUpdate Link icon

      boolean shouldUpdate(long time)
      Mappings:
      Namespace Name Mixin selector
      named shouldUpdate Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;shouldUpdate(J)Z
      intermediary method_65665 Lnet/minecraft/class_10480$class_10481;method_65665(J)Z
      official a Lhcs$a;a(J)Z
    • update Link icon

      void update(long time, float target)
      Mappings:
      Namespace Name Mixin selector
      named update Lnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;update(JF)V
      intermediary method_65666 Lnet/minecraft/class_10480$class_10481;method_65666(JF)V
      official a Lhcs$a;a(JF)V