Class NotInGameResponse
- java.lang.Object
-
- page.codeberg.terratactician_expandoria.communication.NotInGameResponse
-
public class NotInGameResponse extends java.lang.ObjectNotInGameResponse is the response of NotInGame message, from the bot to the game. This messages have to be send with in a second.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotInGameResponse.TypeType of a NotInGameResponse.
-
Constructor Summary
Constructors Constructor Description NotInGameResponse(NotInGameResponse.Type type)Create a NotInGameResponse with a type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectserialize()serializes this object to json.
-
-
-
Constructor Detail
-
NotInGameResponse
public NotInGameResponse(NotInGameResponse.Type type)
Create a NotInGameResponse with a type.- Parameters:
type- type of the NotInGameResponse
-
-