|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openArena.AbstractFeld | +--openArena.Wand
Eine Wand
Field Summary | |
private double |
haerte
Die Härte der Wand |
Fields inherited from class openArena.AbstractFeld |
agent |
Constructor Summary | |
Wand(double haerte)
Erzeugt eine neue Wand |
|
Wand(double haerte,
openArena.AgentInfo _agent)
|
Method Summary | |
java.lang.Object |
clone()
|
double |
getHaerte()
Gibt die Härte der Wand zurück |
void |
setAgentInfo(openArena.AgentInfo _agent)
|
void |
setHaerte(double _haerte)
Setz die Härte der Wand |
Methods inherited from class openArena.AbstractFeld |
getAgentInfo |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private double haerte
Die Härte der Wand
Constructor Detail |
public Wand(double haerte)
Erzeugt eine neue Wand
haerte
- ...
public Wand(double haerte, openArena.AgentInfo _agent)
Method Detail |
public void setAgentInfo(openArena.AgentInfo _agent)
setAgentInfo
in interface Feld
setAgentInfo
in class AbstractFeld
public java.lang.Object clone()
clone
in interface Feld
clone
in class AbstractFeld
public double getHaerte()
Gibt die Härte der Wand zurück
getHaerte
in interface Hindernis
public void setHaerte(double _haerte)
Setz die Härte der Wand
setHaerte
in interface Hindernis
_haerte
- die Härte der Wand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |