Hierarchy For Package com.mojang.realmsclient.client
Class Hierarchy
- java.lang.Object
- com.mojang.realmsclient.client.FileDownload
- com.mojang.realmsclient.client.FileUpload (implements java.lang.AutoCloseable)
- java.io.InputStream (implements java.io.Closeable)
- java.io.FilterInputStream
- org.apache.commons.io.input.ProxyInputStream
- org.apache.commons.io.input.CountingInputStream
- com.mojang.realmsclient.client.FileUpload.UploadCountingInputStream
- org.apache.commons.io.input.CountingInputStream
- org.apache.commons.io.input.ProxyInputStream
- java.io.FilterInputStream
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- java.io.FilterOutputStream
- org.apache.commons.io.output.ProxyOutputStream
- org.apache.commons.io.output.CountingOutputStream
- com.mojang.realmsclient.client.FileDownload.DownloadCountingOutputStream
- org.apache.commons.io.output.CountingOutputStream
- org.apache.commons.io.output.ProxyOutputStream
- java.io.FilterOutputStream
- com.mojang.realmsclient.client.Ping
- com.mojang.realmsclient.client.RealmsClient
- com.mojang.realmsclient.client.RealmsClientConfig
- com.mojang.realmsclient.client.Request<T>
- com.mojang.realmsclient.client.Request.Delete
- com.mojang.realmsclient.client.Request.Get
- com.mojang.realmsclient.client.Request.Post
- com.mojang.realmsclient.client.Request.Put
- com.mojang.realmsclient.client.UploadStatus
Interface Hierarchy
- com.mojang.realmsclient.client.RealmsError
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.mojang.realmsclient.client.Ping.Region
- com.mojang.realmsclient.client.RealmsClient.CompatibleVersionResponse
- com.mojang.realmsclient.client.RealmsClient.Environment
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.mojang.realmsclient.client.RealmsError.AuthenticationError (implements com.mojang.realmsclient.client.RealmsError)
- com.mojang.realmsclient.client.RealmsError.CustomError (implements com.mojang.realmsclient.client.RealmsError)
- com.mojang.realmsclient.client.RealmsError.ErrorWithJsonPayload (implements com.mojang.realmsclient.client.RealmsError)
- com.mojang.realmsclient.client.RealmsError.ErrorWithRawPayload (implements com.mojang.realmsclient.client.RealmsError)
- java.lang.Record