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.CODECprivate final List<PeriodicNotificationManager.Notification> PeriodicNotificationManager.NotificationTask.notificationsMethods 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 voidPeriodicNotificationManager.apply(Map<String, List<PeriodicNotificationManager.Notification>> pObject, ResourceManager pResourceManager, ProfilerFiller pProfiler) private longPeriodicNotificationManager.calculateInitialDelay(List<PeriodicNotificationManager.Notification> pNotifications) private longPeriodicNotificationManager.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)