public static final class DebugCommand.Builder
extends java.lang.Object
Constructor | Description |
---|---|
Builder() |
Modifier and Type | Method | Description |
---|---|---|
DebugCommand |
of(DebugCreateUnit createUnit) |
|
DebugCommand |
of(DebugDraw draw) |
|
DebugCommand |
of(DebugDraw.Builder draw) |
|
DebugCommand |
of(DebugEndGame endGame) |
|
DebugCommand |
of(DebugGameState gameState) |
|
DebugCommand |
of(DebugKillUnit killUnit) |
|
DebugCommand |
of(DebugSetScore setScore) |
|
DebugCommand |
of(DebugSetUnitValue setUnitValue) |
|
DebugCommand |
of(DebugTestProcess testProcess) |
|
DebugCommand |
of(DebugCreateUnitBuilder createUnit) |
|
DebugCommand |
of(DebugEndGameBuilder endGame) |
|
DebugCommand |
of(DebugKillUnitBuilder killUnit) |
|
DebugCommand |
of(DebugSetScoreBuilder setScore) |
|
DebugCommand |
of(DebugSetUnitValueBuilder setUnitValue) |
|
DebugCommand |
of(DebugTestProcessBuilder testProcess) |
public DebugCommand of(DebugDraw draw)
public DebugCommand of(DebugDraw.Builder draw)
public DebugCommand of(DebugGameState gameState)
public DebugCommand of(DebugCreateUnit createUnit)
public DebugCommand of(DebugCreateUnitBuilder createUnit)
public DebugCommand of(DebugKillUnit killUnit)
public DebugCommand of(DebugKillUnitBuilder killUnit)
public DebugCommand of(DebugTestProcess testProcess)
public DebugCommand of(DebugTestProcessBuilder testProcess)
public DebugCommand of(DebugSetScore setScore)
public DebugCommand of(DebugSetScoreBuilder setScore)
public DebugCommand of(DebugEndGame endGame)
public DebugCommand of(DebugEndGameBuilder endGame)
public DebugCommand of(DebugSetUnitValue setUnitValue)
public DebugCommand of(DebugSetUnitValueBuilder setUnitValue)
Copyright © 2017–2018 Ocraft Project. All rights reserved.