Package net.minecraft.client.item
Class ModelPredicateProviderRegistry.AngleInterpolator
java.lang.Object
net.minecraft.client.item.ModelPredicateProviderRegistry.AngleInterpolator
- Enclosing class:
- ModelPredicateProviderRegistry
@Environment(CLIENT)
private static class ModelPredicateProviderRegistry.AngleInterpolator
extends Object
- Mappings:
Namespace Name official ezb$a
intermediary net/minecraft/class_5272$class_5171
named net/minecraft/client/item/ModelPredicateProviderRegistry$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
Lezb$a;a:D
intermediary field_23980
Lnet/minecraft/class_5272$class_5171;field_23980:D
named value
Lnet/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator;value:D
-
speed
private double speed- Mappings:
Namespace Name Mixin selector official b
Lezb$a;b:D
intermediary field_23981
Lnet/minecraft/class_5272$class_5171;field_23981:D
named speed
Lnet/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator;speed:D
-
lastUpdateTime
private long lastUpdateTime- Mappings:
Namespace Name Mixin selector official c
Lezb$a;c:J
intermediary field_23982
Lnet/minecraft/class_5272$class_5171;field_23982:J
named lastUpdateTime
Lnet/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator;lastUpdateTime:J
-
-
Constructor Details
-
AngleInterpolator
AngleInterpolator()
-
-
Method Details
-
shouldUpdate
boolean shouldUpdate(long time) - Mappings:
Namespace Name Mixin selector official a
Lezb$a;a(J)Z
intermediary method_27316
Lnet/minecraft/class_5272$class_5171;method_27316(J)Z
named shouldUpdate
Lnet/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator;shouldUpdate(J)Z
-
update
void update(long time, double target) - Mappings:
Namespace Name Mixin selector official a
Lezb$a;a(JD)V
intermediary method_27190
Lnet/minecraft/class_5272$class_5171;method_27190(JD)V
named update
Lnet/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator;update(JD)V
-