cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Class HealthDescriptor

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.HealthDescriptor

public class HealthDescriptor
extends ItemDescriptor

Health descriptor provides an additional information about health items like vials, medkits etc.


Constructor Summary
HealthDescriptor()
           
 
Method Summary
 boolean isSuperHealth()
          If this health can heal above maximum health (usually above 100).
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemDescriptor
doReflexion, fieldToName, firstCharToUpperCase, getAmount, getInventoryType, getItemCategory, getPickupType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HealthDescriptor

public HealthDescriptor()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ItemDescriptor

isSuperHealth

public boolean isSuperHealth()
If this health can heal above maximum health (usually above 100).

Returns:
superHealth