Package pro.gravit.launcher.hwid
Interface HWID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompare(HWID hwid)intgetAntiLevel()intgetLevel()booleanisNull()voidnormalize()
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getAntiLevel
int getAntiLevel()
-
compare
int compare(HWID hwid)
-
isNull
boolean isNull()
-
normalize
void normalize()
-
-