Package net.minecraft.util.math
Interface Interpolator<T>
public interface Interpolator<T>
- Mappings:
Namespace Name named net/minecraft/util/math/Interpolatorintermediary net/minecraft/class_12210official cec
-
Method Summary
Modifier and TypeMethodDescriptionstatic Interpolator<Integer> ofColor()static Interpolator<Float> ofFloat()static <T> Interpolator<T> threshold(float threshold)
-
Method Details
-
ofFloat
- Mappings:
Namespace Name Mixin selector named ofFloatLnet/minecraft/util/math/Interpolator;ofFloat()Lnet/minecraft/util/math/Interpolator;intermediary method_75706Lnet/minecraft/class_12210;method_75706()Lnet/minecraft/class_12210;official aLcec;a()Lcec;
-
threshold
- Mappings:
Namespace Name Mixin selector named thresholdLnet/minecraft/util/math/Interpolator;threshold(F)Lnet/minecraft/util/math/Interpolator;intermediary method_75707Lnet/minecraft/class_12210;method_75707(F)Lnet/minecraft/class_12210;official aLcec;a(F)Lcec;
-
ofColor
- Mappings:
Namespace Name Mixin selector named ofColorLnet/minecraft/util/math/Interpolator;ofColor()Lnet/minecraft/util/math/Interpolator;intermediary method_75709Lnet/minecraft/class_12210;method_75709()Lnet/minecraft/class_12210;official bLcec;b()Lcec;
-
apply
- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/util/math/Interpolator;apply(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;intermediary applyLnet/minecraft/class_12210;apply(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;official applyLcec;apply(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-