VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.service
/
AbstractService
Abstract
Service
abstract
class
AbstractService
Members
Constructors
Abstract
Service
Link copied to clipboard
constructor
(
)
Properties
environment
Vars
Link copied to clipboard
abstract
val
environmentVars
:
List
<
Pair
<
String
,
String
>
>
max
Players
Link copied to clipboard
abstract
val
maxPlayers
:
Int
name
Link copied to clipboard
abstract
val
name
:
String
online
Player
Count
Link copied to clipboard
abstract
val
onlinePlayerCount
:
Int
online
Players
Link copied to clipboard
abstract
val
onlinePlayers
:
List
<
Player
>
ordered
Id
Link copied to clipboard
abstract
val
orderedId
:
Int
port
Link copied to clipboard
abstract
val
port
:
Int
running
Node
Link copied to clipboard
abstract
val
runningNode
:
ClusterNode
state
Link copied to clipboard
abstract
var
state
:
ServiceStates
task
Link copied to clipboard
abstract
val
task
:
Task
uuid
Link copied to clipboard
abstract
val
uuid
:
UUID
Functions
force
Stop
Link copied to clipboard
abstract
fun
forceStop
(
)
get
Service
Info
Link copied to clipboard
fun
getServiceInfo
(
)
:
ServiceInfo
send
Command
Link copied to clipboard
abstract
fun
sendCommand
(
command
:
String
)
start
Link copied to clipboard
abstract
fun
start
(
)
stop
Link copied to clipboard
abstract
fun
stop
(
)