public class ProfileBanEntry extends BanEntry<com.mojang.authlib.GameProfile>
banEndDate, bannedBy, banStartDate, DATE_FORMAT, reason
コンストラクタと説明 |
---|
ProfileBanEntry(com.mojang.authlib.GameProfile profile) |
ProfileBanEntry(com.mojang.authlib.GameProfile profile,
java.util.Date startDate,
java.lang.String banner,
java.util.Date endDate,
java.lang.String banReason) |
ProfileBanEntry(com.google.gson.JsonObject json) |
修飾子とタイプ | メソッドと説明 |
---|---|
ITextComponent |
getDisplayName() |
protected void |
onSerialization(com.google.gson.JsonObject data) |
getBanEndDate, getBannedBy, getBanReason
public ProfileBanEntry(com.mojang.authlib.GameProfile profile)
public ProfileBanEntry(com.mojang.authlib.GameProfile profile, @Nullable java.util.Date startDate, @Nullable java.lang.String banner, @Nullable java.util.Date endDate, @Nullable java.lang.String banReason)
public ProfileBanEntry(com.google.gson.JsonObject json)
protected void onSerialization(com.google.gson.JsonObject data)
onSerialization
クラス内 BanEntry<com.mojang.authlib.GameProfile>
public ITextComponent getDisplayName()
getDisplayName
クラス内 BanEntry<com.mojang.authlib.GameProfile>