net.mostlyoriginal.api.operation.TweenTintOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contrib-jam Show documentation
Show all versions of contrib-jam Show documentation
Jam bundle of systems and components!
The newest version!
package net.mostlyoriginal.api.operation;
import net.mostlyoriginal.api.component.basic.Pos;
import net.mostlyoriginal.api.component.graphics.Tint;
import net.mostlyoriginal.api.operation.temporal.TweenOperation;
/**
* Tween between tints.
*
* @author Daan van Yperen
*/
public class TweenTintOperation extends TweenOperation {
public TweenTintOperation() {
super(Tint.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy