public class GameObject extends Object
| Constructor and Description |
|---|
GameObject() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAttackSpeed() |
org.joda.time.DateTime |
getAttackTime() |
Integer |
getDeaths() |
Integer |
getHp() |
Integer |
getKills() |
Integer |
getLevel() |
Long |
getMoveSpeed() |
org.joda.time.DateTime |
getMoveTime() |
String |
getNick() |
Position |
getPosition() |
List<Spell> |
getSpells() |
String |
getType() |
void |
setAttackSpeed(Long attackSpeed) |
void |
setAttackTime(org.joda.time.DateTime attackTime) |
void |
setDeaths(Integer deaths) |
void |
setHp(Integer hp) |
void |
setKills(Integer kills) |
void |
setLevel(Integer level) |
void |
setMoveSpeed(Long moveSpeed) |
void |
setMoveTime(org.joda.time.DateTime moveTime) |
void |
setNick(String nick) |
void |
setPosition(Position position) |
void |
setSpells(List<Spell> spells) |
void |
setType(String type) |
String |
toString() |
public String getNick()
public void setNick(String nick)
public Integer getHp()
public void setHp(Integer hp)
public Integer getKills()
public void setKills(Integer kills)
public Integer getDeaths()
public void setDeaths(Integer deaths)
public Position getPosition()
public void setPosition(Position position)
public org.joda.time.DateTime getMoveTime()
public void setMoveTime(org.joda.time.DateTime moveTime)
public Long getMoveSpeed()
public void setMoveSpeed(Long moveSpeed)
public org.joda.time.DateTime getAttackTime()
public void setAttackTime(org.joda.time.DateTime attackTime)
public Integer getLevel()
public void setLevel(Integer level)
public Long getAttackSpeed()
public void setAttackSpeed(Long attackSpeed)
public String getType()
public void setType(String type)
Copyright © 2015. All rights reserved.