Package net.minecraft.client.realms.gui
Class DummyFetchRateLimiter
java.lang.Object
net.minecraft.client.realms.gui.DummyFetchRateLimiter
- All Implemented Interfaces:
FetchRateLimiter
@Environment(CLIENT) public class DummyFetchRateLimiter extends Object implements FetchRateLimiter
A fetch rate limiter that does nothing.
- Mappings:
Namespace Name official dou
intermediary net/minecraft/class_5783
named net/minecraft/client/realms/gui/DummyFetchRateLimiter
-
Constructor Summary
Constructors Constructor Description DummyFetchRateLimiter()
-
Method Summary
Modifier and Type Method Description long
getRemainingPeriod()
Returns the time left before the next scheduled run of the tracked task.void
onRun()
Notifies the tracker that the tracked task is run.
-
Constructor Details
-
DummyFetchRateLimiter
public DummyFetchRateLimiter()
-
-
Method Details
-
onRun
public void onRun()Notifies the tracker that the tracked task is run.- Specified by:
onRun
in interfaceFetchRateLimiter
- Mappings:
Namespace Name Mixin selector official a
Ldow;a()V
intermediary method_33421
Lnet/minecraft/class_5785;method_33421()V
named onRun
Lnet/minecraft/client/realms/gui/FetchRateLimiter;onRun()V
-
getRemainingPeriod
public long getRemainingPeriod()Returns the time left before the next scheduled run of the tracked task.- Specified by:
getRemainingPeriod
in interfaceFetchRateLimiter
- Mappings:
Namespace Name Mixin selector official b
Ldow;b()J
intermediary method_33422
Lnet/minecraft/class_5785;method_33422()J
named getRemainingPeriod
Lnet/minecraft/client/realms/gui/FetchRateLimiter;getRemainingPeriod()J
-