slib
1.2.0
jvm
api-proxy
/
su.plo.slib.api.proxy.command
/
McProxyCommand
Mc
Proxy
Command
interface
McProxyCommand
:
McCommand
Represents a Minecraft proxy command.
Members
Functions
execute
Link copied to clipboard
abstract
fun
execute
(
source
:
McCommandSource
,
arguments
:
Array
<
String
>
)
has
Permission
Link copied to clipboard
open
fun
hasPermission
(
source
:
McCommandSource
,
arguments
:
Array
<
String
>
?
)
:
Boolean
pass
To
Backend
Server
Link copied to clipboard
open
fun
passToBackendServer
(
source
:
McCommandSource
,
args
:
Array
<
String
>
)
:
Boolean
Checks if the command should be passed to the backend server.
suggest
Link copied to clipboard
open
fun
suggest
(
source
:
McCommandSource
,
arguments
:
Array
<
String
>
)
:
List
<
String
>