Skip navigation links
A B C D G I J M P S T U V 

A

attack(Direction) - Method in class uno.cod.battle.client.BattleHelper
Issue an attack command in a specific direction

B

BattleException - Exception in uno.cod.battle.client.exceptions
Created by vbalan on 10/22/2015.
BattleException(String) - Constructor for exception uno.cod.battle.client.exceptions.BattleException
 
BattleHelper - Class in uno.cod.battle.client
Created by vbalan on 10/22/2015.
BattleHelper(String) - Constructor for class uno.cod.battle.client.BattleHelper
 
BattleHelper(String, String) - Constructor for class uno.cod.battle.client.BattleHelper
 
BattleMap - Class in uno.cod.battle.client.model
Created by vbalan on 10/27/2015.
BattleMap() - Constructor for class uno.cod.battle.client.model.BattleMap
 
BehaviourCode - Enum in uno.cod.battle.client.exceptions
Created by vbalan on 11/12/2015.
BehaviourException - Exception in uno.cod.battle.client.exceptions
Created by vbalan on 10/26/2015.
BehaviourException(String, Long, BehaviourCode) - Constructor for exception uno.cod.battle.client.exceptions.BehaviourException
 

C

CooldownException - Exception in uno.cod.battle.client.exceptions
Created by vbalan on 10/23/2015.
CooldownException(String, Long) - Constructor for exception uno.cod.battle.client.exceptions.CooldownException
 

D

Direction - Enum in uno.cod.battle.client.model
Created by vbalan on 10/22/2015.

G

GameObject - Class in uno.cod.battle.client.model
Created by vbalan on 10/22/2015.
GameObject() - Constructor for class uno.cod.battle.client.model.GameObject
 
getAttackSpeed() - Method in class uno.cod.battle.client.model.GameObject
 
getAttackTime() - Method in class uno.cod.battle.client.model.GameObject
 
getCode() - Method in exception uno.cod.battle.client.exceptions.BehaviourException
 
getCooldown() - Method in exception uno.cod.battle.client.exceptions.CooldownException
 
getCooldown() - Method in class uno.cod.battle.client.model.Spell
 
getDeaths() - Method in class uno.cod.battle.client.model.GameObject
 
getDown() - Method in class uno.cod.battle.client.model.PositionInfo
 
getGameObjects() - Method in class uno.cod.battle.client.model.BattleMap
 
getHealthFountains() - Method in class uno.cod.battle.client.model.BattleMap
 
getHp() - Method in class uno.cod.battle.client.model.GameObject
 
getKills() - Method in class uno.cod.battle.client.model.GameObject
 
getLeft() - Method in class uno.cod.battle.client.model.PositionInfo
 
getLevel() - Method in class uno.cod.battle.client.model.GameObject
 
getMoveSpeed() - Method in class uno.cod.battle.client.model.GameObject
 
getMoveTime() - Method in class uno.cod.battle.client.model.GameObject
 
getName() - Method in class uno.cod.battle.client.model.Spell
 
getNick() - Method in class uno.cod.battle.client.model.GameObject
 
getPlayers() - Method in class uno.cod.battle.client.model.BattleMap
 
getPosition() - Method in class uno.cod.battle.client.model.GameObject
 
getRemaining() - Method in exception uno.cod.battle.client.exceptions.BehaviourException
 
getRight() - Method in class uno.cod.battle.client.model.PositionInfo
 
getSpells() - Method in class uno.cod.battle.client.model.GameObject
 
getType() - Method in class uno.cod.battle.client.model.GameObject
 
getUp() - Method in class uno.cod.battle.client.model.PositionInfo
 
getUseTime() - Method in class uno.cod.battle.client.model.Spell
 
getX() - Method in class uno.cod.battle.client.model.Position
 
getY() - Method in class uno.cod.battle.client.model.Position
 

I

InfoException - Exception in uno.cod.battle.client.exceptions
Created by vbalan on 10/23/2015.
InfoException(String) - Constructor for exception uno.cod.battle.client.exceptions.InfoException
 

J

join(PlayerType) - Method in class uno.cod.battle.client.BattleHelper
Join the battle.

M

map() - Method in class uno.cod.battle.client.BattleHelper
Get the current state of the map.
me() - Method in class uno.cod.battle.client.BattleHelper
Get the state of your player.
move(Direction) - Method in class uno.cod.battle.client.BattleHelper
Issue an attack command in a specific direction

P

PlayerType - Enum in uno.cod.battle.client.model
Created by vbalan on 10/22/2015.
Position - Class in uno.cod.battle.client.model
Created by vbalan on 10/22/2015.
Position() - Constructor for class uno.cod.battle.client.model.Position
 
PositionInfo - Class in uno.cod.battle.client.model
Created by vbalan on 10/28/2015.
PositionInfo() - Constructor for class uno.cod.battle.client.model.PositionInfo
 

S

setAttackSpeed(Long) - Method in class uno.cod.battle.client.model.GameObject
 
setAttackTime(DateTime) - Method in class uno.cod.battle.client.model.GameObject
 
setCooldown(Long) - Method in class uno.cod.battle.client.model.Spell
 
setDeaths(Integer) - Method in class uno.cod.battle.client.model.GameObject
 
setDown(Integer) - Method in class uno.cod.battle.client.model.PositionInfo
 
setGameObjects(List<GameObject>) - Method in class uno.cod.battle.client.model.BattleMap
 
setHealthFountains(PositionInfo) - Method in class uno.cod.battle.client.model.BattleMap
 
setHp(Integer) - Method in class uno.cod.battle.client.model.GameObject
 
setKills(Integer) - Method in class uno.cod.battle.client.model.GameObject
 
setLeft(Integer) - Method in class uno.cod.battle.client.model.PositionInfo
 
setLevel(Integer) - Method in class uno.cod.battle.client.model.GameObject
 
setMoveSpeed(Long) - Method in class uno.cod.battle.client.model.GameObject
 
setMoveTime(DateTime) - Method in class uno.cod.battle.client.model.GameObject
 
setName(String) - Method in class uno.cod.battle.client.model.Spell
 
setNick(String) - Method in class uno.cod.battle.client.model.GameObject
 
setPlayers(PositionInfo) - Method in class uno.cod.battle.client.model.BattleMap
 
setPosition(Position) - Method in class uno.cod.battle.client.model.GameObject
 
setRight(Integer) - Method in class uno.cod.battle.client.model.PositionInfo
 
setSpells(List<Spell>) - Method in class uno.cod.battle.client.model.GameObject
 
setType(String) - Method in class uno.cod.battle.client.model.GameObject
 
setUp(Integer) - Method in class uno.cod.battle.client.model.PositionInfo
 
setUseTime(DateTime) - Method in class uno.cod.battle.client.model.Spell
 
setX(Integer) - Method in class uno.cod.battle.client.model.Position
 
setY(Integer) - Method in class uno.cod.battle.client.model.Position
 
spell(int, Direction, String) - Method in class uno.cod.battle.client.BattleHelper
Cast a spell.
Spell - Class in uno.cod.battle.client.model
Created by vbalan on 10/22/2015.
Spell() - Constructor for class uno.cod.battle.client.model.Spell
 

T

toString() - Method in class uno.cod.battle.client.model.BattleMap
 
toString() - Method in class uno.cod.battle.client.model.GameObject
 
toString() - Method in class uno.cod.battle.client.model.Position
 
toString() - Method in class uno.cod.battle.client.model.Spell
 

U

uno.cod.battle.client - package uno.cod.battle.client
 
uno.cod.battle.client.exceptions - package uno.cod.battle.client.exceptions
 
uno.cod.battle.client.model - package uno.cod.battle.client.model
 

V

valueOf(String) - Static method in enum uno.cod.battle.client.exceptions.BehaviourCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum uno.cod.battle.client.model.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum uno.cod.battle.client.model.PlayerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum uno.cod.battle.client.exceptions.BehaviourCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum uno.cod.battle.client.model.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum uno.cod.battle.client.model.PlayerType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G I J M P S T U V 
Skip navigation links

Copyright © 2015. All rights reserved.