public class UserListBansEntry extends BanEntry<GameProfile>
banEndDate, bannedBy, banStartDate, dateFormat, reason
Constructor and Description |
---|
UserListBansEntry(GameProfile profile) |
UserListBansEntry(GameProfile profile,
java.util.Date startDate,
java.lang.String banner,
java.util.Date endDate,
java.lang.String banReason) |
UserListBansEntry(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
protected void |
onSerialization(JsonObject data) |
getBanEndDate, getBanReason
public UserListBansEntry(GameProfile profile)
public UserListBansEntry(GameProfile profile, java.util.Date startDate, java.lang.String banner, java.util.Date endDate, java.lang.String banReason)
public UserListBansEntry(JsonObject json)
protected void onSerialization(JsonObject data)
onSerialization
in class BanEntry<GameProfile>