Added new interface option for randoms

This commit is contained in:
JKetelaar
2014-09-11 22:19:16 +02:00
parent f83a7947bc
commit 04e97cc928
@@ -20,7 +20,14 @@ public interface Random {
/**
* Returns the name of the random
* @return Name of the random
*/
public String getName();
/**
* Returns the name of the server which the random is made for
* @return Name of the server
*/
public String getServer();
}