Class CompoundEasing
java.lang.Object
net.thewinnt.cutscenes.easing.types.CompoundEasing
- All Implemented Interfaces:
Easing
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
Fields inherited from interface net.thewinnt.cutscenes.easing.Easing
EASING_MACROS, LOGGER -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompoundEasing
-
-
Method Details
-
get
public double get(double t) Description copied from interface:EasingReturns the eased value from given t -
getSerializer
- Specified by:
getSerializerin interfaceEasing- Returns:
- a serializer that creates easings of this type
-
toNetwork
public void toNetwork(net.minecraft.network.FriendlyByteBuf buf)
-