mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 00:38:16 +00:00
Added new interface option for randoms
This commit is contained in:
@@ -20,7 +20,14 @@ public interface Random {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the name of the random
|
* Returns the name of the random
|
||||||
|
* @return Name of the random
|
||||||
*/
|
*/
|
||||||
public String getName();
|
public String getName();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the name of the server which the random is made for
|
||||||
|
* @return Name of the server
|
||||||
|
*/
|
||||||
|
public String getServer();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user