Uses of Record Class
net.minecraft.client.PeriodicNotificationManager.Notification
-
Uses of PeriodicNotificationManager.Notification in net.minecraft.client
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Map<String,
List<PeriodicNotificationManager.Notification>>> PeriodicNotificationManager.CODEC
private final List<PeriodicNotificationManager.Notification>
PeriodicNotificationManager.NotificationTask.notifications
Modifier and TypeMethodDescriptionprotected Map<String,
List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.prepare
(ResourceManager p_205300_, ProfilerFiller p_205301_) Modifier and TypeMethodDescriptionprotected void
PeriodicNotificationManager.apply
(Map<String, List<PeriodicNotificationManager.Notification>> p_205318_, ResourceManager p_205319_, ProfilerFiller p_205320_) private long
PeriodicNotificationManager.calculateInitialDelay
(List<PeriodicNotificationManager.Notification> p_205311_) private long
PeriodicNotificationManager.calculateOptimalPeriod
(List<PeriodicNotificationManager.Notification> p_205313_, long p_205314_) PeriodicNotificationManager.NotificationTask.reset
(List<PeriodicNotificationManager.Notification> p_205357_, long p_205358_) ModifierConstructorDescriptionNotificationTask
(List<PeriodicNotificationManager.Notification> p_205350_, long p_205351_, long p_205352_)