Package net.minecraft.client.item
Class CompassAnglePredicateProvider.AngleInterpolator
java.lang.Object
net.minecraft.client.item.CompassAnglePredicateProvider.AngleInterpolator
- Enclosing class:
CompassAnglePredicateProvider
@Environment(CLIENT)
private static class CompassAnglePredicateProvider.AngleInterpolator
extends Object
- Mappings:
Namespace Name official fsi$b
intermediary net/minecraft/class_7391$class_5171
named net/minecraft/client/item/CompassAnglePredicateProvider$AngleInterpolator
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
private double
(package private) double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) boolean
shouldUpdate
(long time) (package private) void
update
(long time, double target)
-
Field Details
-
value
double value- Mappings:
Namespace Name Mixin selector official a
Lfsi$b;a:D
intermediary field_23980
Lnet/minecraft/class_7391$class_5171;field_23980:D
named value
Lnet/minecraft/client/item/CompassAnglePredicateProvider$AngleInterpolator;value:D
-
speed
private double speed- Mappings:
Namespace Name Mixin selector official b
Lfsi$b;b:D
intermediary field_23981
Lnet/minecraft/class_7391$class_5171;field_23981:D
named speed
Lnet/minecraft/client/item/CompassAnglePredicateProvider$AngleInterpolator;speed:D
-
lastUpdateTime
private long lastUpdateTime- Mappings:
Namespace Name Mixin selector official c
Lfsi$b;c:J
intermediary field_23982
Lnet/minecraft/class_7391$class_5171;field_23982:J
named lastUpdateTime
Lnet/minecraft/client/item/CompassAnglePredicateProvider$AngleInterpolator;lastUpdateTime:J
-
-
Constructor Details
-
AngleInterpolator
AngleInterpolator()
-
-
Method Details
-
shouldUpdate
boolean shouldUpdate(long time) - Mappings:
Namespace Name Mixin selector official a
Lfsi$b;a(J)Z
intermediary method_27316
Lnet/minecraft/class_7391$class_5171;method_27316(J)Z
named shouldUpdate
Lnet/minecraft/client/item/CompassAnglePredicateProvider$AngleInterpolator;shouldUpdate(J)Z
-
update
void update(long time, double target) - Mappings:
Namespace Name Mixin selector official a
Lfsi$b;a(JD)V
intermediary method_27190
Lnet/minecraft/class_7391$class_5171;method_27190(JD)V
named update
Lnet/minecraft/client/item/CompassAnglePredicateProvider$AngleInterpolator;update(JD)V
-