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