A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

Editable - Interface in vooga.levelEditor
Classes extending AbstractGame should implement this interface if they wish to be editable in the level editor.
EditableAnnotations - Class in vooga.levelEditor.annotations.framework
 
EditableAnnotations() - Constructor for class vooga.levelEditor.annotations.framework.EditableAnnotations
 
EditableBoolean - Annotation Type in vooga.levelEditor.annotations
Marks a boolean that will be editable by the level editor.
EditableBooleanHelper - Class in vooga.levelEditor.annotations.framework
 
EditableBooleanHelper() - Constructor for class vooga.levelEditor.annotations.framework.EditableBooleanHelper
 
EditableDouble - Annotation Type in vooga.levelEditor.annotations
Marks a double that will be editable by the level editor.
EditableDoubleHelper - Class in vooga.levelEditor.annotations.framework
 
EditableDoubleHelper() - Constructor for class vooga.levelEditor.annotations.framework.EditableDoubleHelper
 
EditableInt - Annotation Type in vooga.levelEditor.annotations
Marks an int that will be editable by the level editor.
EditableIntHelper - Class in vooga.levelEditor.annotations.framework
 
EditableIntHelper() - Constructor for class vooga.levelEditor.annotations.framework.EditableIntHelper
 
EditableParameter - Class in vooga.levelEditor.annotations.framework
 
EditableParameter(Object, Object, Object, List<Object>, String) - Constructor for class vooga.levelEditor.annotations.framework.EditableParameter
 
EditableParamHelper - Interface in vooga.levelEditor.annotations.framework
 
EditableString - Annotation Type in vooga.levelEditor.annotations
Marks a String that will be editable by the level editor.
EditableStringHelper - Class in vooga.levelEditor.annotations.framework
 
EditableStringHelper() - Constructor for class vooga.levelEditor.annotations.framework.EditableStringHelper
 
EMPTY_INTERSECTION_NO_ARBITER - Static variable in exception vooga.physicsEngine.PhysicsException
 
endArcade(EndArcadeEvent) - Method in class vooga.arcade.listeners.arcadeListeners.ArcadeEventAdapter
 
endArcade(EndArcadeEvent) - Method in interface vooga.arcade.listeners.arcadeListeners.IArcadeEventListener
Contains actions performed with the EndArcadeEvent is fired.
endArcade(EndArcadeEvent) - Method in class vooga.users.ui.UsersGUI
 
EndArcadeEvent - Class in vooga.arcade.events
Event that is fired when the arcade is closed.
EndArcadeEvent(int, VoogaUser) - Constructor for class vooga.arcade.events.EndArcadeEvent
Constructs the event for when arcade is closed.
endFrame() - Method in class vooga.physicsEngine.PhysicalParameters
Called every time updatePosition is called for the body
endGame() - Method in class games.pinball.Pinball
 
endGame(QuitGameEvent) - Method in interface games.pong.listeners.GameFlowListener
Triggers when the user tries to quit a game.
endGame() - Method in class games.pong.Pong
 
endGame(QuitGameEvent) - Method in class games.pong.Pong
 
endGame() - Method in class games.RobotUnicornAttack.RobotUnicornAttack
 
endGame() - Method in class games.SpaceInvaders.SpaceInvaders
 
endGame() - Method in class games.stickfighter.StickFighterGame
 
endGame() - Method in class testing.gameEngine.cameraTesting.CameraTest
 
endGame() - Method in class testing.gameEngine.collision.DummyGame
 
endGame() - Method in class testing.gameEngine.WormsDemo.WormsDemo
 
endGame() - Method in class vooga.aiEngine.Dev.AIDemo
 
endGame(EndGameEvent) - Method in class vooga.arcade.listeners.arcadeListeners.ArcadeEventAdapter
 
endGame(EndGameEvent) - Method in interface vooga.arcade.listeners.arcadeListeners.IArcadeEventListener
Contains actions performed with the EndGameEvent is fired.
endGame() - Method in class vooga.gameEngine.game.AbstractGame
Ends the current game.
endGame() - Method in class vooga.levelEditor.game.ballPathBuilder.BallPathBuilder
 
endGame(EndGameEvent) - Method in class vooga.replay.eventListeners.ReplayEndGameListener
This method serializes the ReplaySave object and removes the game from the file of games to resume.
EndGameEvent - Class in vooga.arcade.events
Event that is fired when the game ends.
EndGameEvent(int, String) - Constructor for class vooga.arcade.events.EndGameEvent
Constructs the event that fires when the game ends.
EndLeftInputEvent - Class in games.SpaceInvaders.events
 
EndLeftInputEvent(Object) - Constructor for class games.SpaceInvaders.events.EndLeftInputEvent
 
endLevel() - Method in class games.pinball.Pinball
 
endLevel() - Method in class games.pong.Pong
Turn off controller input and remove the ball
endLevel() - Method in class games.RobotUnicornAttack.RobotUnicornAttack
 
endLevel() - Method in class games.SpaceInvaders.SpaceInvaders
 
endLevel() - Method in class games.stickfighter.StickFighterGame
 
endLevel() - Method in class testing.gameEngine.cameraTesting.CameraTest
 
endLevel() - Method in class testing.gameEngine.collision.DummyGame
 
endLevel() - Method in class testing.gameEngine.WormsDemo.WormsDemo
 
endLevel() - Method in class vooga.aiEngine.Dev.AIDemo
 
endLevel() - Method in class vooga.gameEngine.game.AbstractGame
Ends the current level.
endLevel() - Method in class vooga.levelEditor.game.ballPathBuilder.BallPathBuilder
 
EndLevelEvent - Class in vooga.gameEngine.event
An EventObject used to signify that the current level should end.
EndLevelEvent(Object) - Constructor for class vooga.gameEngine.event.EndLevelEvent
Default constructor for this EventObject.
EndLevelEvent(Object, boolean) - Constructor for class vooga.gameEngine.event.EndLevelEvent
Default constructor for this EventObject.
EndLevelListener - Interface in vooga.gameEngine.listener
An EventListener which can be implemented by classes such as subclasses of AbstractGame to listen for requests to end a level.
endLevelRequested(EndLevelEvent) - Method in class games.SpaceInvaders.SpaceInvaders
 
endLevelRequested(EndLevelEvent) - Method in interface vooga.gameEngine.listener.EndLevelListener
When notified by its parameter event this method will end the current level if possible.
endMoveLeft(EndLeftInputEvent) - Method in class games.SpaceInvaders.items.Ship
 
endMoveLeft(EndLeftInputEvent) - Method in interface games.SpaceInvaders.listeners.ShipInputListener
 
endMoveRight(EndRightInputEvent) - Method in class games.SpaceInvaders.items.Ship
 
endMoveRight(EndRightInputEvent) - Method in interface games.SpaceInvaders.listeners.ShipInputListener
 
endMultiplayerGame(EndMultiplayerGameEvent) - Method in class vooga.arcade.listeners.arcadeListeners.ArcadeEventAdapter
 
endMultiplayerGame(EndMultiplayerGameEvent) - Method in interface vooga.arcade.listeners.arcadeListeners.IArcadeEventListener
Contains actions performed with the EndMultiPlayerGameEvent is fired.
EndMultiplayerGameEvent - Class in vooga.arcade.events
Event that is fired when the game ends.
EndMultiplayerGameEvent(int, String) - Constructor for class vooga.arcade.events.EndMultiplayerGameEvent
Constructs the event that fires when the mutliplayer game ends.
EndRightInputEvent - Class in games.SpaceInvaders.events
 
EndRightInputEvent(Object) - Constructor for class games.SpaceInvaders.events.EndRightInputEvent
 
EnemyShip - Class in vooga.levelEditor.game.ballPathBuilder.items
 
EnemyShip(ImageTexture, CameraController, BallPathBuilder) - Constructor for class vooga.levelEditor.game.ballPathBuilder.items.EnemyShip
 
English - Class in vooga.users.ui.i18n
Class that provides an English-language resource bundle.
equals(Object) - Method in class vooga.gameEngine.game.GameRelatedObject
 
equals(Object) - Method in class vooga.physicsEngine.geometry.mathUtils.Vector2f
 
equals(Object) - Method in class vooga.users.user.VoogaUser
 
equalsDelta(Vector2f, double) - Method in class vooga.physicsEngine.geometry.mathUtils.Vector2f
Compare two vectors allowing for a (small) error as indicated by the delta.
eraseData(String, String) - Method in class vooga.network.data.DataManager
Erases the data in the given table stored with the given key.
eraseData(String, List<String>) - Method in class vooga.network.data.DataManager
Erases the data in the given table stored with the given key.
eraseData(String, String) - Method in class vooga.network.util.VoogaUtilsClient
 
eraseData(String, List<String>) - Method in class vooga.network.util.VoogaUtilsClient
Erases the data associated with the given key from the server
eraseData(String, String, List<String>) - Method in class vooga.network.util.VoogaUtilsServer
eraseData erases particular data in the given table stored with the given key.
EraseDataRequest - Class in vooga.network.util
EraseDataRequest execute eraseData erases particular data in the given table stored with the given key.
EraseDataRequest(String, String, List<String>) - Constructor for class vooga.network.util.EraseDataRequest
 
eraseTable(String) - Method in class vooga.network.data.DataManager
Erases the given table from the manager.
ERROR_CHANNEL - Static variable in class vooga.network.chat.VoogaChatClient
 
EscapeRadius - Class in vooga.aiEngine.Algorithms
 
EscapeRadius() - Constructor for class vooga.aiEngine.Algorithms.EscapeRadius
 
EventTest - Class in testing.gameEngine
Basic testing suite for general EventObject functionality within the game engine.
EventTest() - Constructor for class testing.gameEngine.EventTest
 
EventTest.TestCameraListener - Class in testing.gameEngine
In order to test multiple events the EventTest.TestCameraListener interface was chosen (arbitrarily) as an engine specific event to be used.
EventTest.TestCameraListener() - Constructor for class testing.gameEngine.EventTest.TestCameraListener
 
EventTest.TestHierarchyListener - Class in testing.gameEngine
 
EventTest.TestHierarchyListener() - Constructor for class testing.gameEngine.EventTest.TestHierarchyListener
 
EventTest.TestPropertyListener - Class in testing.gameEngine
In order to test multiple events one is taken Java's existing event framework.
EventTest.TestPropertyListener() - Constructor for class testing.gameEngine.EventTest.TestPropertyListener
 
ExampleChatReceiver - Class in vooga.network.examples
Example code for an IVoogaChatReceiver.
ExampleChatReceiver() - Constructor for class vooga.network.examples.ExampleChatReceiver
 
execute() - Method in class vooga.devEnvironment.buttons.DevButton
 
execute() - Method in class vooga.devEnvironment.buttons.StartButton
Starts the main game loop.
execute() - Method in class vooga.devEnvironment.buttons.StepButton
 
execute() - Method in class vooga.devEnvironment.buttons.StopButton
Stops the main game loop.
execute(VoogaChatServer) - Method in class vooga.network.chat.AddFriendsRequest
 
execute(VoogaChatServer) - Method in class vooga.network.chat.ChannelMessageRequest
 
execute(VoogaChatServer) - Method in class vooga.network.chat.JoinChannelRequest
 
execute(VoogaChatServer) - Method in class vooga.network.chat.LeaveChannelRequest
 
execute(VoogaChatServer) - Method in class vooga.network.chat.PersonalMessageRequest
 
execute(IVoogaChatReceiver) - Method in class vooga.network.chat.VoogaChatMessage
 
execute(VoogaChatServer) - Method in class vooga.network.chat.VoogaChatServerRequest
 
execute(VoogaServer) - Method in class vooga.network.DisconnectRequest
 
execute(ILobbyInfoReceiver) - Method in class vooga.network.gamelobby.GameStartingNotification
 
execute(VoogaLobbyServer) - Method in class vooga.network.gamelobby.GetLobbiesRequest
 
execute(VoogaLobbyServer) - Method in class vooga.network.gamelobby.JoinLobbyRequest
 
execute(VoogaLobbyServer) - Method in class vooga.network.gamelobby.LeaveLobbyRequest
 
execute(ILobbyInfoReceiver) - Method in class vooga.network.gamelobby.LobbyClosedNotification
 
execute(ILobbyInfoReceiver) - Method in class vooga.network.gamelobby.NewLobbyNotification
 
execute(VoogaLobbyServer) - Method in class vooga.network.gamelobby.NewLobbyRequest
 
execute(VoogaLobbyServer) - Method in class vooga.network.gamelobby.StartGameRequest
 
execute(ILobbyInfoReceiver) - Method in class vooga.network.gamelobby.UserJoinedLobbyNotification
 
execute(ILobbyInfoReceiver) - Method in class vooga.network.gamelobby.UserLeftLobbyNotification
 
execute(ILobbyInfoReceiver) - Method in class vooga.network.gamelobby.VoogaLobbyClientMessage
 
execute(VoogaLobbyServer) - Method in class vooga.network.gamelobby.VoogaLobbyServerRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.ContainsDataRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.ContainsTableRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.CreateTableRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.EraseDataRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.GetAllDataRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.GetDataRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.GetNextIDRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.IsUserLoggedOnRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.StoreDataRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.SynchronizeRequest
 
execute(VoogaUtilsServer) - Method in class vooga.network.util.VoogaUtilsServerRequest
 
execute(VoogaServer) - Method in class vooga.network.VoogaServerRequest
 
exp1 - Static variable in class testing.gameEngine.WormsDemo.items.Explosion
 
exp2 - Static variable in class testing.gameEngine.WormsDemo.items.Explosion
 
exp3 - Static variable in class testing.gameEngine.WormsDemo.items.Explosion
 
exp4 - Static variable in class testing.gameEngine.WormsDemo.items.Explosion
 
ExpectiMinimax - Class in vooga.aiEngine.Algorithms
ExpectiMinimax.java
ExpectiMinimax() - Constructor for class vooga.aiEngine.Algorithms.ExpectiMinimax
 
Explosion - Class in testing.gameEngine.WormsDemo.items
 
Explosion(Position, Dimension) - Constructor for class testing.gameEngine.WormsDemo.items.Explosion
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z