com.mojang.realmsclient.gui.task

public class DataFetcher

fkp
com.mojang.realmsclient.gui.task.DataFetcher
net.minecraft.class_7581
net.minecraft.client.realms.util.PeriodicRunnerFactory

Field summary

Modifier and TypeField
static final org.slf4j.Logger
a
LOGGER
field_39696
LOGGER
final Executor
b
executor
field_39697
executor
final TimeUnit
c
resolution
field_39698
timeUnit
final TimeSource
d
timeSource
field_39699
timeSupplier

Constructor summary

ModifierConstructor
public (Executor executor, TimeUnit timeUnit, TimeSource timeSupplier)

Method summary

Modifier and TypeMethod
public <T> DataFetcher$Task<T>
a(String arg0, Callable<T> arg1, Duration arg2, fkq arg3)
createTask(String arg0, Callable<T> arg1, Duration arg2, RepeatedDelayStrategy arg3)
method_44629(String arg0, Callable<T> arg1, Duration arg2, class_7587 arg3)
create(String name, Callable<T> task, Duration cycle, Backoff backoff)
public DataFetcher$Subscription
a()
createSubscription()
method_44628()
create()