toggle menu
osrs-222-internal
1.0.0-ALPHA-20241122
jvm
switch theme
search in API
osrs-222-internal
/
net.rsprot.protocol.common.client
/
ClientTypeMap
Client
Type
Map
class
ClientTypeMap
<
out
T
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
not
Null
Size
Link copied to clipboard
val
notNullSize
:
Int
size
Link copied to clipboard
val
size
:
Int
Functions
contains
Link copied to clipboard
operator
fun
contains
(
clientType
:
ClientType
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
clientType
:
ClientType
)
:
T
get
Or
Null
Link copied to clipboard
fun
getOrNull
(
clientId
:
Int
)
:
T
?
fun
getOrNull
(
clientType
:
ClientType
)
:
T
?