public class UserListEntry<T>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
UserListEntry(T valueIn) |
protected |
UserListEntry(T valueIn,
com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
(package private) T |
getValue() |
(package private) boolean |
hasBanExpired() |
protected void |
onSerialization(com.google.gson.JsonObject data) |
@Nullable private final T value
public UserListEntry(T valueIn)
protected UserListEntry(@Nullable T valueIn, com.google.gson.JsonObject json)
@Nullable T getValue()
boolean hasBanExpired()
protected void onSerialization(com.google.gson.JsonObject data)