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 named net/minecraft/client/resource/PeriodicNotificationManager$NotifyTaskintermediary net/minecraft/class_6877$class_6879official fgu$b
- 
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 named clientLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;client:Lnet/minecraft/client/MinecraftClient;intermediary field_36441Lnet/minecraft/class_6877$class_6879;field_36441:Lnet/minecraft/class_310;official aLfgu$b;a:Lfgo;
 - 
entries
- Mappings:
 Namespace Name Mixin selector named entriesLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;entries:Ljava/util/List;intermediary field_36442Lnet/minecraft/class_6877$class_6879;field_36442:Ljava/util/List;official bLfgu$b;b:Ljava/util/List;
 - 
periodMs
private final long periodMs- Mappings:
 Namespace Name Mixin selector named periodMsLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;periodMs:Jintermediary field_36443Lnet/minecraft/class_6877$class_6879;field_36443:Jofficial cLfgu$b;c:J
 - 
delayMs
- Mappings:
 Namespace Name Mixin selector named delayMsLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;delayMs:Ljava/util/concurrent/atomic/AtomicLong;intermediary field_36444Lnet/minecraft/class_6877$class_6879;field_36444:Ljava/util/concurrent/atomic/AtomicLong;official dLfgu$b;d:Ljava/util/concurrent/atomic/AtomicLong;
 
 - 
 - 
Constructor Details
- 
NotifyTask
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;<init>(Ljava/util/List;JJ)Vintermediary <init>Lnet/minecraft/class_6877$class_6879;<init>(Ljava/util/List;JJ)Vofficial <init>Lfgu$b;<init>(Ljava/util/List;JJ)V
 
 - 
 - 
Method Details
- 
reload
public PeriodicNotificationManager.NotifyTask reload(List<PeriodicNotificationManager.Entry> entries, long period) - Mappings:
 Namespace Name Mixin selector named reloadLnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;reload(Ljava/util/List;J)Lnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;intermediary method_40202Lnet/minecraft/class_6877$class_6879;method_40202(Ljava/util/List;J)Lnet/minecraft/class_6877$class_6879;official aLfgu$b;a(Ljava/util/List;J)Lfgu$b;
 - 
run
public void run() 
 -