mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 09:07:06 -04:00
Feat[mc profile]: add convenience method
This commit is contained in:
@@ -39,6 +39,10 @@ public class MinecraftAccount {
|
||||
Log.w("SkinLoader", "Could not update skin face", e);
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isLocal(){
|
||||
return accessToken.equals("0");
|
||||
}
|
||||
|
||||
public void updateSkinFace() {
|
||||
updateSkinFace(profileId);
|
||||
|
||||
Reference in New Issue
Block a user