Package net.minecraft.client
Class PeriodicNotificationManager.NotificationTask
java.lang.Object
java.util.TimerTask
net.minecraft.client.PeriodicNotificationManager.NotificationTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- PeriodicNotificationManager
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final AtomicLongprivate final Minecraftprivate final List<PeriodicNotificationManager.Notification>private final long
- 
Constructor SummaryConstructorsConstructorDescriptionNotificationTask(List<PeriodicNotificationManager.Notification> p_205350_, long p_205351_, long p_205352_) 
- 
Method SummaryModifier and TypeMethodDescriptionreset(List<PeriodicNotificationManager.Notification> p_205357_, long p_205358_) voidrun()Methods inherited from class java.util.TimerTaskcancel, scheduledExecutionTime
- 
Field Details- 
minecraft
- 
notifications
- 
periodprivate final long period
- 
elapsed
 
- 
- 
Constructor Details- 
NotificationTaskpublic NotificationTask(List<PeriodicNotificationManager.Notification> p_205350_, long p_205351_, long p_205352_) 
 
- 
- 
Method Details- 
resetpublic PeriodicNotificationManager.NotificationTask reset(List<PeriodicNotificationManager.Notification> p_205357_, long p_205358_) 
- 
runpublic void run()
 
-