Uses of Record Class
net.minecraft.client.resource.PeriodicNotificationManager.Entry
Packages that use PeriodicNotificationManager.Entry
-
Uses of PeriodicNotificationManager.Entry in net.minecraft.client.resource
Fields in net.minecraft.client.resource with type parameters of type PeriodicNotificationManager.EntryModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<Map<String, List<PeriodicNotificationManager.Entry>>> PeriodicNotificationManager.CODEC
private final List
<PeriodicNotificationManager.Entry> PeriodicNotificationManager.NotifyTask.entries
Methods in net.minecraft.client.resource that return types with arguments of type PeriodicNotificationManager.EntryModifier and TypeMethodDescriptionprotected Map
<String, List<PeriodicNotificationManager.Entry>> PeriodicNotificationManager.prepare
(ResourceManager resourceManager, Profiler profiler) Method parameters in net.minecraft.client.resource with type arguments of type PeriodicNotificationManager.EntryModifier and TypeMethodDescriptionprotected void
PeriodicNotificationManager.apply
(Map<String, List<PeriodicNotificationManager.Entry>> map, ResourceManager resourceManager, Profiler profiler) private long
PeriodicNotificationManager.getMinDelay
(List<PeriodicNotificationManager.Entry> entries) private long
PeriodicNotificationManager.getPeriod
(List<PeriodicNotificationManager.Entry> entries, long minDelay) PeriodicNotificationManager.NotifyTask.reload
(List<PeriodicNotificationManager.Entry> entries, long period) Constructor parameters in net.minecraft.client.resource with type arguments of type PeriodicNotificationManager.EntryModifierConstructorDescriptionNotifyTask
(List<PeriodicNotificationManager.Entry> entries, long minDelayMs, long periodMs)