mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
This doesn't make any sense
This commit is contained in:
parent
1f6f3152ed
commit
8e8b59034b
1 changed files with 0 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue