类 UserWhiteListEntry
java.lang.Object
net.minecraft.server.players.StoredUserEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.players.UserWhiteListEntry
-
构造器概要
构造器构造器说明UserWhiteListEntry
(com.google.gson.JsonObject pEntryData) UserWhiteListEntry
(com.mojang.authlib.GameProfile pUser) -
方法概要
修饰符和类型方法说明private static com.mojang.authlib.GameProfile
createGameProfile
(com.google.gson.JsonObject pJson) protected void
serialize
(com.google.gson.JsonObject pData) 从类继承的方法 net.minecraft.server.players.StoredUserEntry
getUser, hasExpired
-
构造器详细资料
-
UserWhiteListEntry
public UserWhiteListEntry(com.mojang.authlib.GameProfile pUser) -
UserWhiteListEntry
public UserWhiteListEntry(com.google.gson.JsonObject pEntryData)
-
-
方法详细资料
-
serialize
protected void serialize(com.google.gson.JsonObject pData) - 指定者:
serialize
在类中StoredUserEntry<com.mojang.authlib.GameProfile>
-
createGameProfile
private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject pJson)
-