toggle menu
protocol
1.0.0-ALPHA-20241017
jvm
switch theme
search in API
protocol
/
net.rsprot.protocol.util
/
CombinedId
Combined
Id
@
JvmInline
value
class
CombinedId
(
val
combinedId
:
Int
)
Members
Constructors
Combined
Id
Link copied to clipboard
constructor
(
interfaceId
:
Int
,
componentId
:
Int
)
constructor
(
combinedId
:
Int
)
Properties
combined
Id
Link copied to clipboard
val
combinedId
:
Int
component
Id
Link copied to clipboard
val
componentId
:
Int
interface
Id
Link copied to clipboard
val
interfaceId
:
Int
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Int
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String