类 GameProfileEX
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.bukkit.profile.GameProfileEX
-
-
构造器概要
构造器 构造器 说明 GameProfileEX(com.mojang.authlib.GameProfile pro)
-
方法概要
修饰符和类型 方法 说明 UUIDgetId()StringgetName()com.mojang.authlib.properties.PropertyMapgetProperties()TexturesgetTextures()booleanisComplete()booleanisLegacy()Collection<com.mojang.authlib.properties.Property>textures()StringtoString()
-
-
-
方法详细资料
-
getTextures
public Textures getTextures()
- 指定者:
getTextures在接口中Profile
-
textures
public Collection<com.mojang.authlib.properties.Property> textures()
-
getProperties
public com.mojang.authlib.properties.PropertyMap getProperties()
-
isComplete
public boolean isComplete()
- 指定者:
isComplete在接口中Profile
-
-