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.register
/
CommandResult
/
Failure
/
PlayerOnly
Player
Only
data
class
PlayerOnly
(
val
reason
:
String
=
"This command can only be executed by the player."
)
:
CommandResult.Failure
プレイヤーのみ実行可能な場合に使用される結果
Parameters
reason
理由
Members
Constructors
Player
Only
Link copied to clipboard
constructor
(
reason
:
String
=
"This command can only be executed by the player."
)
Properties
reason
Link copied to clipboard
val
reason
:
String