Uses of Record Class
net.minecraft.client.resource.PeriodicNotificationManager.Entry
-
Uses of PeriodicNotificationManager.Entry in net.minecraft.client.resource
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Map<String,
List<PeriodicNotificationManager.Entry>>> PeriodicNotificationManager.CODEC
private final List<PeriodicNotificationManager.Entry>
PeriodicNotificationManager.NotifyTask.entries
Modifier and TypeMethodDescriptionprotected Map<String,
List<PeriodicNotificationManager.Entry>> PeriodicNotificationManager.prepare
(ResourceManager resourceManager, Profiler profiler) Modifier 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) ModifierConstructorDescriptionNotifyTask
(List<PeriodicNotificationManager.Entry> entries, long minDelayMs, long periodMs)