Class NotInGameResponse
- java.lang.Object
-
- page.codeberg.terratactician_expandoria.communication.NotInGameResponse
-
public class NotInGameResponse extends java.lang.Object
NotInGameResponse 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 class
NotInGameResponse.Type
Type 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.JSONObject
serialize()
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
-
-