Uses of Record Class
net.minecraft.client.PeriodicNotificationManager.Notification
Packages that use PeriodicNotificationManager.Notification
-
Uses of PeriodicNotificationManager.Notification in net.minecraft.client
Fields in net.minecraft.client with type parameters of type PeriodicNotificationManager.NotificationModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<Map<String, List<PeriodicNotificationManager.Notification>>> PeriodicNotificationManager.CODEC
private final List
<PeriodicNotificationManager.Notification> PeriodicNotificationManager.NotificationTask.notifications
Methods in net.minecraft.client that return types with arguments of type PeriodicNotificationManager.NotificationModifier and TypeMethodDescriptionprotected Map
<String, List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.prepare
(ResourceManager p_205300_, ProfilerFiller p_205301_) Method parameters in net.minecraft.client with type arguments of type PeriodicNotificationManager.NotificationModifier 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> pNotifications) private long
PeriodicNotificationManager.calculateOptimalPeriod
(List<PeriodicNotificationManager.Notification> pNotifications, long pDelay) PeriodicNotificationManager.NotificationTask.reset
(List<PeriodicNotificationManager.Notification> pNotifications, long pPeriod) Constructor parameters in net.minecraft.client with type arguments of type PeriodicNotificationManager.NotificationModifierConstructorDescriptionNotificationTask
(List<PeriodicNotificationManager.Notification> pNotifications, long pElapsed, long pPeriod)