toggle menu
osrs-223-internal
1.0.0-ALPHA-20241001
jvm
switch theme
search in API
osrs-223-internal
/
net.rsprot.protocol.common.client
/
ClientTypeMap
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
inline
fun
<
E
>
of
(
clientCapacity
:
Int
,
elements
:
List
<
Pair
<
ClientType
,
E
>
>
)
:
ClientTypeMap
<
E
>
inline
fun
<
T
>
of
(
elements
:
List
<
T
>
,
clientCapacity
:
Int
,
clientTypeSelector
:
(
T
)
->
ClientType
)
:
ClientTypeMap
<
T
>
of
Type
Link copied to clipboard
inline
fun
<
T
,
E
>
ofType
(
elements
:
List
<
T
>
,
clientCapacity
:
Int
,
clientTypeSelector
:
(
T
)
->
Pair
<
ClientType
,
E
>
)
:
ClientTypeMap
<
E
>