yarn/mappings/net/minecraft/client/realms/gui/FetchRateLimiter.mapping

9 lines
490 B
Plaintext

CLASS net/minecraft/class_5785 net/minecraft/client/realms/gui/FetchRateLimiter
COMMENT A fetch rate limiter allows tracking the period of realms data fetcher
COMMENT tasks even when the fetcher has stopped running. It prevents spamming
COMMENT rate-limited fetches.
METHOD method_33421 onRun ()V
COMMENT Notifies the tracker that the tracked task is run.
METHOD method_33422 getRemainingPeriod ()J
COMMENT {@return the time left before the next scheduled run of the tracked task}