public interface Commands
Modifier and Type | Interface | Description |
---|---|---|
static interface |
Commands.Draw |
Modifier and Type | Method | Description |
---|---|---|
static DebugCreateUnitSyntax |
createUnit() |
|
static DebugDrawSyntax |
draw() |
|
static DebugEndGameSyntax |
endGame() |
|
static DebugKillUnitSyntax |
killUnit() |
|
static DebugSetScoreSyntax |
setScore() |
|
static DebugSetUnitValueSyntax |
setUnitValue() |
|
static DebugTestProcessSyntax |
testProcess() |
static DebugDrawSyntax draw()
static DebugCreateUnitSyntax createUnit()
static DebugKillUnitSyntax killUnit()
static DebugTestProcessSyntax testProcess()
static DebugSetScoreSyntax setScore()
static DebugEndGameSyntax endGame()
static DebugSetUnitValueSyntax setUnitValue()
Copyright © 2017–2018 Ocraft Project. All rights reserved.