Package com.mrivanplays.jdoa2
Class JDOA2Utils
java.lang.Object
com.mrivanplays.jdoa2.JDOA2Utils
A utility class. Provides information for the library, also stores jdoa2 useful information and utility methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_AVATARS
Default avatars' icon hashes. -
VERSION
Version of the library. Changed at compiling. -
GITHUB
GitHub URL of the library. -
AUTHOR
The lead developer of the library's name.
-
-
Constructor Details
-
JDOA2Utils
public JDOA2Utils()
-
-
Method Details
-
contains
- Parameters:
s
- string, checked if containssArr
- the array which is checked if the string contains- Returns:
true
if contains,false
otherwise
-