Interface PlayerSkin
-
public interface PlayerSkin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSignature()longgetTimestamp()StringgetValue()booleanisPremium()
-
-
-
Method Detail
-
getTimestamp
long getTimestamp()
- Returns:
- 上次更新時間
-
isPremium
boolean isPremium()
- Returns:
- 是否為正版皮膚
-
getSignature
String getSignature()
- Returns:
- base64 代碼
-
-