More cleanup and refactoring - get ready to split out core
This commit is contained in:
parent
1f6eb62cc1
commit
eb35dbe1a6
35 changed files with 352 additions and 216 deletions
|
|
@ -72,4 +72,8 @@ public interface DynmapServerInterface {
|
|||
* @param msg
|
||||
*/
|
||||
public void broadcastMessage(String msg);
|
||||
/**
|
||||
* Get Biome ID list
|
||||
*/
|
||||
public String[] getBiomeIDs();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue