类 UserBanListEntry
java.lang.Object
net.minecraft.server.players.StoredUserEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.players.BanListEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.players.UserBanListEntry
-
字段概要
从类继承的字段 net.minecraft.server.players.BanListEntry
created, DATE_FORMAT, expires, EXPIRES_NEVER, reason, source
-
构造器概要
构造器构造器说明UserBanListEntry
(com.google.gson.JsonObject p_11434_) UserBanListEntry
(com.mojang.authlib.GameProfile p_11436_) UserBanListEntry
(com.mojang.authlib.GameProfile p_11438_, Date p_11439_, String p_11440_, Date p_11441_, String p_11442_) -
方法概要
修饰符和类型方法说明private static com.mojang.authlib.GameProfile
createGameProfile
(com.google.gson.JsonObject p_11446_) protected void
serialize
(com.google.gson.JsonObject p_11444_) 从类继承的方法 net.minecraft.server.players.BanListEntry
getCreated, getExpires, getReason, getSource, hasExpired
从类继承的方法 net.minecraft.server.players.StoredUserEntry
getUser
-
构造器详细资料
-
UserBanListEntry
public UserBanListEntry(@Nullable com.mojang.authlib.GameProfile p_11436_) -
UserBanListEntry
-
UserBanListEntry
public UserBanListEntry(com.google.gson.JsonObject p_11434_)
-
-
方法详细资料
-
serialize
protected void serialize(com.google.gson.JsonObject p_11444_) - 覆盖:
serialize
在类中BanListEntry<com.mojang.authlib.GameProfile>
-
getDisplayName
- 指定者:
getDisplayName
在类中BanListEntry<com.mojang.authlib.GameProfile>
-
createGameProfile
@Nullable private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject p_11446_)
-