Package net.minecraft.server.management
Class ProfileBanEntry
java.lang.Object
net.minecraft.server.management.UserListEntry<T>
net.minecraft.server.management.BanEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.management.ProfileBanEntry
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProfileBanEntry
(com.google.gson.JsonObject p_i1136_1_) ProfileBanEntry
(com.mojang.authlib.GameProfile p_i1134_1_) ProfileBanEntry
(com.mojang.authlib.GameProfile p_i1135_1_, Date p_i1135_2_, String p_i1135_3_, Date p_i1135_4_, String p_i1135_5_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfile
createGameProfile
(com.google.gson.JsonObject p_152648_0_) protected void
serialize
(com.google.gson.JsonObject p_152641_1_) Methods inherited from class net.minecraft.server.management.BanEntry
getExpires, getReason, getSource, hasExpired
Methods inherited from class net.minecraft.server.management.UserListEntry
getUser
-
Constructor Details
-
ProfileBanEntry
public ProfileBanEntry(com.mojang.authlib.GameProfile p_i1134_1_) -
ProfileBanEntry
-
ProfileBanEntry
public ProfileBanEntry(com.google.gson.JsonObject p_i1136_1_)
-
-
Method Details
-
serialize
protected void serialize(com.google.gson.JsonObject p_152641_1_) -
getDisplayName
- Specified by:
getDisplayName
in classBanEntry<com.mojang.authlib.GameProfile>
-
createGameProfile
private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject p_152648_0_)
-