Package net.minecraft.client.resource
Class PeriodicNotificationManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<Map<String,List<PeriodicNotificationManager.Entry>>>
net.minecraft.client.resource.PeriodicNotificationManager
- All Implemented Interfaces:
AutoCloseable
,ResourceReloader
@Environment(CLIENT)
public class PeriodicNotificationManager
extends SinglePreparationResourceReloader<Map<String,List<PeriodicNotificationManager.Entry>>>
implements AutoCloseable
- Mappings:
Namespace Name official ega
intermediary net/minecraft/class_6877
named net/minecraft/client/resource/PeriodicNotificationManager
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
private static class
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Map<String,
List<PeriodicNotificationManager.Entry>>> private final Object2BooleanFunction<String>
private final Identifier
private static final Logger
-
Constructor Summary
ConstructorDescriptionPeriodicNotificationManager
(Identifier id, Object2BooleanFunction<String> countryPredicate) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(Map<String, List<PeriodicNotificationManager.Entry>> map, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.private void
void
close()
private long
getMinDelay
(List<PeriodicNotificationManager.Entry> entries) private long
getPeriod
(List<PeriodicNotificationManager.Entry> entries, long minDelay) protected Map<String,
List<PeriodicNotificationManager.Entry>> prepare
(ResourceManager resourceManager, Profiler profiler) Prepares the intermediate object.Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
reload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloader
getName
-
Field Details
-
CODEC
private static final com.mojang.serialization.Codec<Map<String,List<PeriodicNotificationManager.Entry>>> CODEC- Mappings:
Namespace Name Mixin selector official a
Lega;a:Lcom/mojang/serialization/Codec;
intermediary field_36435
Lnet/minecraft/class_6877;field_36435:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/client/resource/PeriodicNotificationManager;CODEC:Lcom/mojang/serialization/Codec;
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Lega;b:Lorg/slf4j/Logger;
intermediary field_36436
Lnet/minecraft/class_6877;field_36436:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/resource/PeriodicNotificationManager;LOGGER:Lorg/slf4j/Logger;
-
id
- Mappings:
Namespace Name Mixin selector official c
Lega;c:Labb;
intermediary field_36437
Lnet/minecraft/class_6877;field_36437:Lnet/minecraft/class_2960;
named id
Lnet/minecraft/client/resource/PeriodicNotificationManager;id:Lnet/minecraft/util/Identifier;
-
countryPredicate
- Mappings:
Namespace Name Mixin selector official d
Lega;d:Lit/unimi/dsi/fastutil/objects/Object2BooleanFunction;
intermediary field_36438
Lnet/minecraft/class_6877;field_36438:Lit/unimi/dsi/fastutil/objects/Object2BooleanFunction;
named countryPredicate
Lnet/minecraft/client/resource/PeriodicNotificationManager;countryPredicate:Lit/unimi/dsi/fastutil/objects/Object2BooleanFunction;
-
timer
- Mappings:
Namespace Name Mixin selector official e
Lega;e:Ljava/util/Timer;
intermediary field_36439
Lnet/minecraft/class_6877;field_36439:Ljava/util/Timer;
named timer
Lnet/minecraft/client/resource/PeriodicNotificationManager;timer:Ljava/util/Timer;
-
task
- Mappings:
Namespace Name Mixin selector official f
Lega;f:Lega$b;
intermediary field_36440
Lnet/minecraft/class_6877;field_36440:Lnet/minecraft/class_6877$class_6879;
named task
Lnet/minecraft/client/resource/PeriodicNotificationManager;task:Lnet/minecraft/client/resource/PeriodicNotificationManager$NotifyTask;
-
-
Constructor Details
-
PeriodicNotificationManager
- Mappings:
Namespace Name Mixin selector official <init>
Lega;<init>(Labb;Lit/unimi/dsi/fastutil/objects/Object2BooleanFunction;)V
intermediary <init>
Lnet/minecraft/class_6877;<init>(Lnet/minecraft/class_2960;Lit/unimi/dsi/fastutil/objects/Object2BooleanFunction;)V
named <init>
Lnet/minecraft/client/resource/PeriodicNotificationManager;<init>(Lnet/minecraft/util/Identifier;Lit/unimi/dsi/fastutil/objects/Object2BooleanFunction;)V
-
-
Method Details
-
prepare
protected Map<String,List<PeriodicNotificationManager.Entry>> prepare(ResourceManager resourceManager, Profiler profiler) Description copied from class:SinglePreparationResourceReloader
Prepares the intermediate object.This method is called in the prepare executor in a reload.
- Specified by:
prepare
in classSinglePreparationResourceReloader<Map<String,
List<PeriodicNotificationManager.Entry>>> - Parameters:
resourceManager
- the resource managerprofiler
- the prepare profiler- Returns:
- the prepared object
- Mappings:
Namespace Name Mixin selector official a
Lega;a(Laim;Lawz;)Ljava/util/Map;
intermediary method_40192
Lnet/minecraft/class_6877;method_40192(Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Ljava/util/Map;
named prepare
Lnet/minecraft/client/resource/PeriodicNotificationManager;prepare(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)Ljava/util/Map;
-
apply
protected void apply(Map<String, List<PeriodicNotificationManager.Entry>> map, ResourceManager resourceManager, Profiler profiler) Description copied from class:SinglePreparationResourceReloader
Handles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload.
- Specified by:
apply
in classSinglePreparationResourceReloader<Map<String,
List<PeriodicNotificationManager.Entry>>> - Parameters:
map
- the prepared objectresourceManager
- the resource managerprofiler
- the apply profiler- Mappings:
Namespace Name Mixin selector official a
Lega;a(Ljava/util/Map;Laim;Lawz;)V
intermediary method_40198
Lnet/minecraft/class_6877;method_40198(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
named apply
Lnet/minecraft/client/resource/PeriodicNotificationManager;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
cancelTimer
private void cancelTimer()- Mappings:
Namespace Name Mixin selector official a
Lega;a()V
intermediary method_40190
Lnet/minecraft/class_6877;method_40190()V
named cancelTimer
Lnet/minecraft/client/resource/PeriodicNotificationManager;cancelTimer()V
-
getPeriod
- Mappings:
Namespace Name Mixin selector official a
Lega;a(Ljava/util/List;J)J
intermediary method_40196
Lnet/minecraft/class_6877;method_40196(Ljava/util/List;J)J
named getPeriod
Lnet/minecraft/client/resource/PeriodicNotificationManager;getPeriod(Ljava/util/List;J)J
-
getMinDelay
- Mappings:
Namespace Name Mixin selector official a
Lega;a(Ljava/util/List;)J
intermediary method_40195
Lnet/minecraft/class_6877;method_40195(Ljava/util/List;)J
named getMinDelay
Lnet/minecraft/client/resource/PeriodicNotificationManager;getMinDelay(Ljava/util/List;)J
-