All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mathiewz.slick.command.Command Maven / Gradle / Ivy

Go to download

The main purpose of this libraryis to modernize and maintain the slick2D library.

The newest version!
package com.github.mathiewz.slick.command;

/**
 * The description of a action feedback from the abstract input system. This marker allows the
 * creation of action objects that can contain useful state. If you don't need state and just
 * a name use BasicCommand.
 *
 * @author kevin
 */
public interface Command {
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy