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

monniasza.collects.Identifiable Maven / Gradle / Ivy

Go to download

Dependency for the MultiMachineBuilder, a voxel game about building an industrial empire in a finite world. THIS RELEASE IS NOT PLAYABLE. To play the game, donwload from >ITCH.IO LINK HERE< or >GH releases link here<

The newest version!
/**
 * 
 */
package monniasza.collects;

/**
 * Defines an element with an unique identifier
 * @author oskar
 * @param  type of identifier
 */
public interface Identifiable {
	/**
	 * This method returns object's unique identifier
	 * @return object's identifier
	 */
	public T id();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy