Package com.botwAdventureOnline
Klasse Potion
java.lang.Object
com.botwAdventureOnline.Item
com.botwAdventureOnline.Potion
- Alle implementierten Schnittstellen:
- Serializable
- Bekannte direkte Unterklassen:
- ExperiencePotion,- HealthPotion
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtVon Klasse geerbte Methoden com.botwAdventureOnline.ItemgetDamage, getDamageInt, getExperiencePoints, getExperiencePointsInt, getHealthPoints, getHealthPointsInt, getName, getValue, getValueInt, getWeightInt
- 
Konstruktordetails- 
Potion- Parameter:
- pName- Name of the item
- pValue- Value of the item in rupees
- pHealthPoints- Health points if the item is a Health Potion
- pExperiencePoints- Experience points if the item is an Experience Potion
 
 
-