Package net.minecraft.client.resource
Class PeriodicNotificationManager.NotifyTask
java.lang.Object
java.util.TimerTask
net.minecraft.client.resource.PeriodicNotificationManager.NotifyTask
- All Implemented Interfaces:
 Runnable
- Enclosing class:
 PeriodicNotificationManager
- Mappings:
 Namespace Name official ent$bintermediary net/minecraft/class_6877$class_6879named net/minecraft/client/resource/PeriodicNotificationManager$NotifyTask
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate final AtomicLongprivate final List<PeriodicNotificationManager.Entry>private final long - 
Constructor Summary
ConstructorsConstructorDescriptionNotifyTask(List<PeriodicNotificationManager.Entry> entries, long minDelayMs, long periodMs)  - 
Method Summary
Modifier and TypeMethodDescriptionreload(List<PeriodicNotificationManager.Entry> entries, long period) voidrun()Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime 
- 
Field Details
- 
client
- Mappings:
 Namespace Name Mixin selector official aLent$b;a:Lenn;intermediary field_36441Lnet/minecraft/class_6877$class_6879;field_36441:Lnet/minecraft/class_310;named clientLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;client:Lnet/minecraft/client/MinecraftClient;
 - 
entries
- Mappings:
 Namespace Name Mixin selector official bLent$b;b:Ljava/util/List;intermediary field_36442Lnet/minecraft/class_6877$class_6879;field_36442:Ljava/util/List;named entriesLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;entries:Ljava/util/List;
 - 
periodMs
private final long periodMs- Mappings:
 Namespace Name Mixin selector official cLent$b;c:Jintermediary field_36443Lnet/minecraft/class_6877$class_6879;field_36443:Jnamed periodMsLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;periodMs:J
 - 
delayMs
- Mappings:
 Namespace Name Mixin selector official dLent$b;d:Ljava/util/concurrent/atomic/AtomicLong;intermediary field_36444Lnet/minecraft/class_6877$class_6879;field_36444:Ljava/util/concurrent/atomic/AtomicLong;named delayMsLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;delayMs:Ljava/util/concurrent/atomic/AtomicLong;
 
 - 
 - 
Constructor Details
- 
NotifyTask
- Mappings:
 Namespace Name Mixin selector official <init>Lent$b;<init>(Ljava/util/List;JJ)Vintermediary <init>Lnet/minecraft/class_6877$class_6879;<init>(Ljava/util/List;JJ)Vnamed <init>Lnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;<init>(Ljava/util/List;JJ)V
 
 - 
 - 
Method Details
- 
reload
public PeriodicNotificationManager.NotifyTask reload(List<PeriodicNotificationManager.Entry> entries, long period) - Mappings:
 Namespace Name Mixin selector official aLent$b;a(Ljava/util/List;J)Lent$b;intermediary method_40202Lnet/minecraft/class_6877$class_6879;method_40202(Ljava/util/List;J)Lnet/minecraft/class_6877$class_6879;named reloadLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;reload(Ljava/util/List;J)Lnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;
 - 
run
public void run() 
 -