Class DoubleArgumentEasing
java.lang.Object
net.thewinnt.cutscenes.easing.types.DoubleArgumentEasing
- All Implemented Interfaces:
Easing
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Easingprotected final Easingprotected final DoubleBinaryOperatorFields inherited from interface net.thewinnt.cutscenes.easing.Easing
EASING_MACROS, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionDoubleArgumentEasing(Easing arg1, Easing arg2, DoubleBinaryOperator operation) -
Method Summary
-
Field Details
-
arg1
-
arg2
-
operation
-
-
Constructor Details
-
DoubleArgumentEasing
-
-
Method Details
-
get
public double get(double t) Description copied from interface:EasingReturns the eased value from given t -
toNetwork
public void toNetwork(net.minecraft.network.FriendlyByteBuf buf) -
getSerializer
- Specified by:
getSerializerin interfaceEasing- Returns:
- a serializer that creates easings of this type
-