This doesn't make any sense

This commit is contained in:
Ellpeck 2016-05-07 23:43:14 +02:00
parent 1f6f3152ed
commit 8e8b59034b

View file

@ -201,15 +201,4 @@ public class ActuallyAdditionsAPI{
public static void addPageWithItemStackData(BookletPage page){
bookletPagesWithItemStackData.add(page);
}
/**
* This can be used for checking if the API is a certain version for
* compatibility's sake.
* Will always return an integer equivalent to the text in API_VERSION
*
* @return The API's version as an integer
*/
public static int getAPIVersionInt(){
return Integer.parseInt(API_VERSION);
}
}