Uses of Class
com.mojang.realmsclient.gui.RealmsDataFetcher.Task
-
Packages that use RealmsDataFetcher.Task Package Description com.mojang.realmsclient.gui -
-
Uses of RealmsDataFetcher.Task in com.mojang.realmsclient.gui
Fields in com.mojang.realmsclient.gui with type parameters of type RealmsDataFetcher.Task Modifier and Type Field Description private java.util.Map<RealmsDataFetcher.Task,java.lang.Boolean>
RealmsDataFetcher. fetchStatus
Methods in com.mojang.realmsclient.gui that return RealmsDataFetcher.Task Modifier and Type Method Description static RealmsDataFetcher.Task
RealmsDataFetcher.Task. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RealmsDataFetcher.Task[]
RealmsDataFetcher.Task. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mojang.realmsclient.gui with parameters of type RealmsDataFetcher.Task Modifier and Type Method Description boolean
RealmsDataFetcher. isFetchedSinceLastTry(RealmsDataFetcher.Task p_225083_1_)
-