Class SingleArgumentEasing
java.lang.Object
net.thewinnt.cutscenes.easing.types.SingleArgumentEasing
- All Implemented Interfaces:
Easing
-
Field Summary
FieldsFields inherited from interface net.thewinnt.cutscenes.easing.Easing
EASING_MACROS, LOGGER -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
argument
-
operation
-
-
Constructor Details
-
SingleArgumentEasing
-
-
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
-