Skip to content

Commit 40b352a

Browse files
0.1 commit
1 parent 6185305 commit 40b352a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Skin {
4545
* @param access_token The access token of UUID's account. can be get by using {@link Auth#getAccessToken(String, String)}
4646
* @param isSlim Skin is slim or not.
4747
* @param uuid UUID of the player. can be get by using {@link UserName#UUIDAtNow(String)}
48-
* @param uri The skin image path. if it is a local file, it needs add a prefix "file:///" and replace "\\" to "/"(Windows).
48+
* @param url The skin image path. if it is a local file, it needs add a prefix "file:///" and replace "\\" to "/"(Windows).
4949
* @throws IllegalStateException Throw when change skin failed.
5050
* @since 0.0.5
5151
*/

0 commit comments

Comments
 (0)