Add supporting code to help with CTM support (block names, biome names)
This commit is contained in:
parent
bcd0acec33
commit
7c6e660cf0
4 changed files with 61 additions and 3 deletions
|
|
@ -116,4 +116,12 @@ public abstract class BukkitVersionHelper {
|
|||
* Unload chunk no save needed
|
||||
*/
|
||||
public abstract void unloadChunkNoSave(World w, Chunk c, int cx, int cz);
|
||||
/**
|
||||
* Get block short name list
|
||||
*/
|
||||
public abstract String[] getBlockShortNames();
|
||||
/**
|
||||
* Get biome name list
|
||||
*/
|
||||
public abstract String[] getBiomeNames();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue