Package | Description |
---|---|
net.minecraft.server.management |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,PlayerProfileCache.ProfileEntry> |
PlayerProfileCache.usernameToProfileEntryMap |
private java.util.Map<java.util.UUID,PlayerProfileCache.ProfileEntry> |
PlayerProfileCache.uuidToProfileEntryMap |
Modifier and Type | Method and Description |
---|---|
PlayerProfileCache.ProfileEntry |
PlayerProfileCache.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
private PlayerProfileCache.ProfileEntry |
PlayerProfileCache.getByUUID(java.util.UUID uuid) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<PlayerProfileCache.ProfileEntry> |
PlayerProfileCache.getEntriesWithLimit(int limitSize) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
PlayerProfileCache.Serializer.serialize(PlayerProfileCache.ProfileEntry p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |