toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.entity
/
Entity
Entity
interface
Entity
:
Comparable
<
Entity
>
(
source
)
Inheritors
ApplicationCommandBehavior
KordEntity
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
abstract
val
id
:
Snowflake
The unique identifier of this entity.
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Entity
)
:
Int
Compares entities on
id
.