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 pResourceManager, ProfilerFiller pProfiler) Performs any reloading that can be done off-thread, such as file IOMethod parameters in net.minecraft.client with type arguments of type PeriodicNotificationManager.NotificationModifier and TypeMethodDescriptionprotected void
PeriodicNotificationManager.apply
(Map<String, List<PeriodicNotificationManager.Notification>> pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) 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)