RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.command.impl.teleport
/
RuneTpcCommand
Rune
Tpc
Command
class
RuneTpcCommand
(
requestManager
:
TeleportRequestManager
)
:
RuneCommand
Members
Constructors
Rune
Tpc
Command
Link copied to clipboard
constructor
(
requestManager
:
TeleportRequestManager
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
コマンドの説明.
name
Link copied to clipboard
open
override
val
name
:
String
コマンドに使用される名前.
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
RuneCommandContext
)
:
CommandResult
コマンドの実行内容を実装する関数