net.mostlyoriginal.api.component.mouse.MouseCursor 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.component.mouse;
import com.artemis.Component;
import java.io.Serializable;
/**
* Follows mouse around.
*
* @author Daan van Yperen
*/
public class MouseCursor extends Component implements Serializable {
public MouseCursor() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy