Package net.minecraft.server.players
Class IpBanListEntry
- 
Field SummaryFields inherited from class net.minecraft.server.players.BanListEntrycreated, DATE_FORMAT, expires, EXPIRES_NEVER, reason, source
- 
Constructor SummaryConstructorsConstructorDescriptionIpBanListEntry(com.google.gson.JsonObject p_11048_) IpBanListEntry(String p_11050_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static StringcreateIpInfo(com.google.gson.JsonObject p_11060_) protected voidserialize(com.google.gson.JsonObject p_11058_) Methods inherited from class net.minecraft.server.players.BanListEntrygetCreated, getExpires, getReason, getSource, hasExpiredMethods inherited from class net.minecraft.server.players.StoredUserEntrygetUser
- 
Constructor Details- 
IpBanListEntry
- 
IpBanListEntry
- 
IpBanListEntrypublic IpBanListEntry(com.google.gson.JsonObject p_11048_) 
 
- 
- 
Method Details- 
getDisplayName- Specified by:
- getDisplayNamein class- BanListEntry<String>
 
- 
createIpInfo
- 
serializeprotected void serialize(com.google.gson.JsonObject p_11058_) - Overrides:
- serializein class- BanListEntry<String>
 
 
-