Uses of Class
com.mojang.realmsclient.gui.screens.UploadResult
-
Packages that use UploadResult Package Description com.mojang.realmsclient.client com.mojang.realmsclient.gui.screens -
-
Uses of UploadResult in com.mojang.realmsclient.client
Fields in com.mojang.realmsclient.client with type parameters of type UploadResult Modifier and Type Field Description private java.util.concurrent.CompletableFuture<UploadResult>FileUpload. uploadTaskMethods in com.mojang.realmsclient.client that return UploadResult Modifier and Type Method Description private UploadResultFileUpload. requestUpload(int p_224879_1_)private UploadResultFileUpload. retryUploadAfter(long p_224876_1_, int p_224876_3_)Method parameters in com.mojang.realmsclient.client with type arguments of type UploadResult Modifier and Type Method Description voidFileUpload. upload(java.util.function.Consumer<UploadResult> p_224874_1_) -
Uses of UploadResult in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens that return UploadResult Modifier and Type Method Description UploadResultUploadResult.Builder. build()
-