Add full support for CTM material connection method
This commit is contained in:
parent
a2ab8c4f2f
commit
5396d0b823
3 changed files with 39 additions and 0 deletions
|
|
@ -124,4 +124,8 @@ public abstract class BukkitVersionHelper {
|
|||
* Get biome name list
|
||||
*/
|
||||
public abstract String[] getBiomeNames();
|
||||
/**
|
||||
* Get block material index list
|
||||
*/
|
||||
public abstract int[] getBlockMaterialMap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue