Uses of Class
net.minecraft.util.UserCache.Entry
Package | Description |
---|---|
net.minecraft.util |
-
Uses of UserCache.Entry in net.minecraft.util
Fields in net.minecraft.util with type parameters of type UserCache.Entry Modifier and Type Field Description private Map<String,UserCache.Entry>
UserCache. byName
private Map<UUID,UserCache.Entry>
UserCache. byUuid
Methods in net.minecraft.util that return UserCache.Entry Modifier and Type Method Description private static @Nullable UserCache.Entry
UserCache. method_30167(JsonElement jsonElement, DateFormat dateFormat)
Methods in net.minecraft.util that return types with arguments of type UserCache.Entry Modifier and Type Method Description private Stream<UserCache.Entry>
UserCache. getLastAccessedEntries(int int2)
List<UserCache.Entry>
UserCache. load()
Methods in net.minecraft.util with parameters of type UserCache.Entry Modifier and Type Method Description private void
UserCache. method_30164(UserCache.Entry entry)
private static JsonElement
UserCache. method_30165(UserCache.Entry entry, DateFormat dateFormat)