Uses of Class
net.minecraft.util.UserCache.Entry
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of UserCache.Entry in net.minecraft.util
Modifier and TypeFieldDescriptionprivate final Map
<String, UserCache.Entry> UserCache.byName
private final Map
<UUID, UserCache.Entry> UserCache.byUuid
Modifier and TypeMethodDescriptionprivate static Optional
<UserCache.Entry> UserCache.entryFromJson
(JsonElement json, DateFormat dateFormat) private Stream
<UserCache.Entry> UserCache.getLastAccessedEntries
(int limit) UserCache.load()
Modifier and TypeMethodDescriptionprivate void
UserCache.add
(UserCache.Entry entry) private static JsonElement
UserCache.entryToJson
(UserCache.Entry entry, DateFormat dateFormat)