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$Anglerintermediary net/minecraft/class_10480$class_10481official iee$a
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetAngle()booleanshouldUpdate(long time) voidupdate(long time, float target)
-
Method Details
-
getAngle
float getAngle()- Mappings:
Namespace Name Mixin selector named getAngleLnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;getAngle()Fintermediary method_65664Lnet/minecraft/class_10480$class_10481;method_65664()Fofficial aLiee$a;a()F
-
shouldUpdate
boolean shouldUpdate(long time) - Mappings:
Namespace Name Mixin selector named shouldUpdateLnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;shouldUpdate(J)Zintermediary method_65665Lnet/minecraft/class_10480$class_10481;method_65665(J)Zofficial aLiee$a;a(J)Z
-
update
void update(long time, float target) - Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/client/render/item/property/numeric/NeedleAngleState$Angler;update(JF)Vintermediary method_65666Lnet/minecraft/class_10480$class_10481;method_65666(JF)Vofficial aLiee$a;a(JF)V
-