类 Textures
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.bukkit.profile.Textures
-
public class Textures extends Object
- 作者:
- 32798
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
Textures.Texture
-
方法概要
修饰符和类型 方法 说明 Textures.Texture
getCape()
String
getPid()
String
getPname()
String
getProfileId()
String
getProfileName()
Textures.Texture
getSkin()
long
getTimestamp()
boolean
hasCape()
boolean
hasSkin()
boolean
isPublic()
boolean
isSlim()
boolean
isSteve()
-
-
-
方法详细资料
-
getTimestamp
public long getTimestamp()
-
getPid
public String getPid()
-
getProfileId
public String getProfileId()
-
getProfileName
public String getProfileName()
-
getPname
public String getPname()
-
isPublic
public boolean isPublic()
-
hasSkin
public boolean hasSkin()
-
hasCape
public boolean hasCape()
-
getSkin
public Textures.Texture getSkin()
-
isSlim
public boolean isSlim()
-
isSteve
public boolean isSteve()
-
getCape
public Textures.Texture getCape()
-
-