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 resourceManager, ProfilerFiller profiler) 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>> object, ResourceManager resourceManager, ProfilerFiller profiler) private longPeriodicNotificationManager.calculateInitialDelay(List<PeriodicNotificationManager.Notification> notifications) private longPeriodicNotificationManager.calculateOptimalPeriod(List<PeriodicNotificationManager.Notification> notifications, long delay) PeriodicNotificationManager.NotificationTask.reset(List<PeriodicNotificationManager.Notification> notifications, long period) Constructor parameters in net.minecraft.client with type arguments of type PeriodicNotificationManager.NotificationModifierConstructorDescriptionNotificationTask(List<PeriodicNotificationManager.Notification> notifications, long elapsed, long period)