Package | Description |
---|---|
net.minecraft.server.management |
Modifier and Type | Class and Description |
---|---|
class |
UserList<K,V extends UserListEntry<K>> |
Modifier and Type | Class and Description |
---|---|
class |
BanEntry<T> |
class |
IPBanEntry |
class |
OpEntry |
class |
ProfileBanEntry |
class |
WhitelistEntry |
Modifier and Type | Method and Description |
---|---|
protected UserListEntry<com.mojang.authlib.GameProfile> |
BanList.createEntry(com.google.gson.JsonObject entryData) |
protected UserListEntry<K> |
UserList.createEntry(com.google.gson.JsonObject entryData) |
protected UserListEntry<com.mojang.authlib.GameProfile> |
WhiteList.createEntry(com.google.gson.JsonObject entryData) |
protected UserListEntry<com.mojang.authlib.GameProfile> |
OpList.createEntry(com.google.gson.JsonObject entryData) |
protected UserListEntry<java.lang.String> |
IPBanList.createEntry(com.google.gson.JsonObject entryData) |
UserListEntry<K> |
UserList.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
Modifier and Type | Method and Description |
---|---|
void |
UserList.removeEntry(UserListEntry<K> p_199042_1_) |
com.google.gson.JsonElement |
UserList.Serializer.serialize(UserListEntry<K> p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |