Skip to content

Commit 945a265

Browse files
Update Skin.java
1 parent 2186b2a commit 945a265

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/cn/xiaopangxie732/mojang_api

1 file changed

+3
-3
lines changed

src/main/java/cn/xiaopangxie732/mojang_api/Skin.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static void changeSkin(String access_token, boolean slim, String uuid, UR
6969
* This uploads a skin to Mojang's servers. It also sets the users skin. This works on legacy counts as well.
7070
* @param access_token The access token of an account. can be get by using {@link Auth#getAccessToken(String, String)}
7171
* @param isSlim Skin is slim or not.
72-
* @param UUID of the account. can be get be using {@link UserName#UUIDAtNow(String)}
72+
* @param uuid UUID of the account. can be get be using {@link UserName#UUIDAtNow(String)}
7373
* @param uri The skin image path. if it is a local file, it needs add a prefix "file:///" and replace "\\" to "/"(on Windows).
7474
* @throws IllegalArgumentException When change skin failed.
7575
* @since 0.0.5
@@ -166,7 +166,7 @@ public static void resetSkin(String access_token, String uuid) {
166166
public static class SecurityQA {
167167
/**
168168
* Check if you need to answer security questions
169-
* @param accesToken Player's access token
169+
* @param accessToken Player's access token
170170
* @return true for need and false for not need
171171
* @see Auth#getAccessToken(String, String)
172172
* @since 0.1
@@ -181,4 +181,4 @@ public static boolean checkNeeded(String accessToken) {
181181
else return true;
182182
}
183183
}
184-
}
184+
}

0 commit comments

Comments
 (0)