We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6185305 commit 40b352aCopy full SHA for 40b352a
src/main/java/cn/xiaopangxie732/mojang_api/Skin.java
@@ -45,7 +45,7 @@ public class Skin {
45
* @param access_token The access token of UUID's account. can be get by using {@link Auth#getAccessToken(String, String)}
46
* @param isSlim Skin is slim or not.
47
* @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).
+ * @param url The skin image path. if it is a local file, it needs add a prefix "file:///" and replace "\\" to "/"(Windows).
49
* @throws IllegalStateException Throw when change skin failed.
50
* @since 0.0.5
51
*/
0 commit comments