Uses of Interface
dev.zwazel.internal.InternalGameWorld
Packages that use InternalGameWorld
Package
Description
-
Uses of InternalGameWorld in dev.zwazel
Classes in dev.zwazel that implement InternalGameWorld -
Uses of InternalGameWorld in dev.zwazel.internal.connection
Methods in dev.zwazel.internal.connection with parameters of type InternalGameWorldModifier and TypeMethodDescriptionstatic ConnectionManagerConnectionManager.getInstance(InternalGameWorld world) -
Uses of InternalGameWorld in dev.zwazel.internal.message
Methods in dev.zwazel.internal.message with parameters of type InternalGameWorldModifier and TypeMethodDescriptionvoidMessageContainer.applyBeforeSend(InternalGameWorld internalWorld) Apply the message before sending it.default voidMessageData.applyBeforeSend(InternalGameWorld world) Applies to the world before sendingvoidMessageContainer.applyOnAddingToQueue(InternalGameWorld internalWorld) Apply the message when added to the queue.default voidMessageData.applyOnAddingToQueue(InternalGameWorld world) Applies to the world when added to the queuevoidMessageContainer.applyOnReceive(InternalGameWorld internalWorld) Apply the message on receive.default booleanMessageData.applyOnReceive(InternalGameWorld world) Applies to the world when received -
Uses of InternalGameWorld in dev.zwazel.internal.message.data
Methods in dev.zwazel.internal.message.data with parameters of type InternalGameWorldModifier and TypeMethodDescriptionbooleanGameConfig.applyOnReceive(InternalGameWorld internalWorld) booleanGameState.applyOnReceive(InternalGameWorld internalWorld) booleanMessageError.applyOnReceive(InternalGameWorld internalWorld) Prints the error message to the console.booleanStartGameConfig.applyOnReceive(InternalGameWorld world) booleanSuccessfullyJoinedLobby.applyOnReceive(InternalGameWorld world) Apply the message data on receive. if the bot is configured to start the game, the game will start. -
Uses of InternalGameWorld in dev.zwazel.internal.message.data.tank
Methods in dev.zwazel.internal.message.data.tank with parameters of type InternalGameWorldModifier and TypeMethodDescriptionvoidMoveTankCommand.applyOnAddingToQueue(InternalGameWorld world) voidRotateTankBodyCommand.applyOnAddingToQueue(InternalGameWorld world) voidRotateTankTurretCommand.applyOnAddingToQueue(InternalGameWorld world) voidShootCommand.applyOnAddingToQueue(InternalGameWorld world)