slib
Toggle table of contents
1.5.3
Select version
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
slib
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
>