MenuCommandpublic class MenuJoinCommand extends Object implements MenuCommand
| Constructor | Description |
|---|---|
MenuJoinCommand(String myName,
ApiPlatform platform,
int apiVer) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getApiVersion() |
|
MenuCommandType |
getCommandType() |
The type of message received.
|
String |
getMyName() |
|
ApiPlatform |
getPlatform() |
|
String |
toString() |
public MenuJoinCommand(String myName, ApiPlatform platform, int apiVer)
public String getMyName()
public int getApiVersion()
public ApiPlatform getPlatform()
public MenuCommandType getCommandType()
MenuCommandgetCommandType in interface MenuCommandCopyright © 2018. All rights reserved.