Uses of Class
net.minecraft.client.realms.gui.RealmsDataFetcher.Task
Package | Description |
---|---|
net.minecraft.client.realms.gui |
-
Uses of RealmsDataFetcher.Task in net.minecraft.client.realms.gui
Fields in net.minecraft.client.realms.gui with type parameters of type RealmsDataFetcher.Task Modifier and Type Field Description private Map<RealmsDataFetcher.Task,Boolean>
RealmsDataFetcher. fetchStatus
Methods in net.minecraft.client.realms.gui that return RealmsDataFetcher.Task Modifier and Type Method Description static RealmsDataFetcher.Task
RealmsDataFetcher.Task. valueOf(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 net.minecraft.client.realms.gui with parameters of type RealmsDataFetcher.Task Modifier and Type Method Description boolean
RealmsDataFetcher. isFetchedSinceLastTry(RealmsDataFetcher.Task task)