Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.command
/
PingCommand
Ping
Command
class
PingCommand
(
players
:
PlayerManager
,
messages
:
ProxyMessages
=
ProxyMessagesLoader.defaults()
)
:
Command
Members
Constructors
Ping
Command
Link copied to clipboard
constructor
(
players
:
PlayerManager
,
messages
:
ProxyMessages
=
ProxyMessagesLoader.defaults()
)
Properties
aliases
Link copied to clipboard
open
override
val
aliases
:
List
<
String
>
description
Link copied to clipboard
open
override
val
description
:
String
flags
Link copied to clipboard
open
override
val
flags
:
Set
<
CommandFlag
>
name
Link copied to clipboard
open
override
val
name
:
String
permission
Link copied to clipboard
open
override
val
permission
:
String
?
=
null
usage
Link copied to clipboard
open
override
val
usage
:
String
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
CommandContext
)
suggest
Link copied to clipboard
open
override
fun
suggest
(
context
:
CommandContext
)
:
List
<
String
>