Interface InternalGameWorld
-
Method Summary
Modifier and TypeMethodDescriptiongetBot()
boolean
void
pushIncomingMessage
(MessageContainer message) void
setGameConfig
(GameConfig serverConfig) void
void
stop()
void
updatePredictedState
(ClientState newState) void
updateState
(GameState newState)
-
Method Details
-
stop
void stop() -
isInternalDebug
boolean isInternalDebug() -
setGameConfig
-
getPublicGameWorld
PublicGameWorld getPublicGameWorld() -
getConnectionManager
ConnectionManager getConnectionManager() -
getBot
BotInterface getBot() -
pushIncomingMessage
-
updateState
-
updatePredictedState
-
getIncomingMessageQueue
BlockingQueue<MessageContainer> getIncomingMessageQueue() -
getOutgoingMessageQueue
BlockingQueue<MessageContainer> getOutgoingMessageQueue() -
startGame
void startGame()
-