Package | Description |
---|---|
com.github.ocraft.s2client.protocol.debug | |
com.github.ocraft.s2client.protocol.request | |
com.github.ocraft.s2client.protocol.syntax.request |
Modifier and Type | Method | Description |
---|---|---|
DebugCommand |
DebugCommand.Builder.of(DebugCreateUnit createUnit) |
|
DebugCommand |
DebugCommand.Builder.of(DebugDraw draw) |
|
DebugCommand |
DebugCommand.Builder.of(DebugDraw.Builder draw) |
|
DebugCommand |
DebugCommand.Builder.of(DebugEndGame endGame) |
|
DebugCommand |
DebugCommand.Builder.of(DebugGameState gameState) |
|
DebugCommand |
DebugCommand.Builder.of(DebugKillUnit killUnit) |
|
DebugCommand |
DebugCommand.Builder.of(DebugSetScore setScore) |
|
DebugCommand |
DebugCommand.Builder.of(DebugSetUnitValue setUnitValue) |
|
DebugCommand |
DebugCommand.Builder.of(DebugTestProcess testProcess) |
|
DebugCommand |
DebugCommand.Builder.of(DebugCreateUnitBuilder createUnit) |
|
DebugCommand |
DebugCommand.Builder.of(DebugEndGameBuilder endGame) |
|
DebugCommand |
DebugCommand.Builder.of(DebugKillUnitBuilder killUnit) |
|
DebugCommand |
DebugCommand.Builder.of(DebugSetScoreBuilder setScore) |
|
DebugCommand |
DebugCommand.Builder.of(DebugSetUnitValueBuilder setUnitValue) |
|
DebugCommand |
DebugCommand.Builder.of(DebugTestProcessBuilder testProcess) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<DebugCommand> |
RequestDebug.getCommands() |
Modifier and Type | Method | Description |
---|---|---|
BuilderSyntax<RequestDebug> |
RequestDebug.Builder.with(DebugCommand... commands) |
Modifier and Type | Method | Description |
---|---|---|
BuilderSyntax<RequestDebug> |
RequestDebugSyntax.with(DebugCommand... commands) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.