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