toggle menu
VentureLibs
1.0
main
switch theme
search in API
VentureLibs
/
net.blockventuremc.modules.rides.track.commands
/
TrackCommand
Track
Command
class
TrackCommand
:
CommandExecutor
,
TabExecutor
(
source
)
Members
Constructors
Track
Command
Link copied to clipboard
constructor
(
)
Functions
on
Command
Link copied to clipboard
open
override
fun
onCommand
(
sender
:
CommandSender
,
command
:
Command
,
label
:
String
,
args
:
Array
<
out
String
>
)
:
Boolean
on
Tab
Complete
Link copied to clipboard
open
override
fun
onTabComplete
(
sender
:
CommandSender
,
command
:
Command
,
alias
:
String
,
args
:
Array
<
out
String
>
)
:
List
<
String
>