Package net.minecraft.server.players
Class UserBanListEntry
java.lang.Object
net.minecraft.server.players.StoredUserEntry<T>
net.minecraft.server.players.BanListEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.players.UserBanListEntry
- 
Field SummaryFields inherited from class net.minecraft.server.players.BanListEntrycreated, DATE_FORMAT, expires, EXPIRES_NEVER, reason, source
- 
Constructor SummaryConstructorsConstructorDescriptionUserBanListEntry(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_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfilecreateGameProfile(com.google.gson.JsonObject p_11446_) protected voidserialize(com.google.gson.JsonObject p_11444_) Methods inherited from class net.minecraft.server.players.BanListEntrygetCreated, getExpires, getReason, getSource, hasExpiredMethods inherited from class net.minecraft.server.players.StoredUserEntrygetUser
- 
Constructor Details- 
UserBanListEntrypublic UserBanListEntry(@Nullable com.mojang.authlib.GameProfile p_11436_) 
- 
UserBanListEntry
- 
UserBanListEntrypublic UserBanListEntry(com.google.gson.JsonObject p_11434_) 
 
- 
- 
Method Details- 
serializeprotected void serialize(com.google.gson.JsonObject p_11444_) - Overrides:
- serializein class- BanListEntry<com.mojang.authlib.GameProfile>
 
- 
getDisplayName- Specified by:
- getDisplayNamein class- BanListEntry<com.mojang.authlib.GameProfile>
 
- 
createGameProfile@Nullable private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject p_11446_) 
 
-