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übersicht
-
Methodenübersicht
Von Klasse geerbte Methoden com.botwAdventureOnline.Item
getDamage, getDamageInt, getExperiencePoints, getExperiencePointsInt, getHealthPoints, getHealthPointsInt, getName, getValue, getValueInt, getWeightInt
-
Konstruktordetails
-
Potion
- Parameter:
pName
- Name of the itempValue
- Value of the item in rupeespHealthPoints
- Health points if the item is a Health PotionpExperiencePoints
- Experience points if the item is an Experience Potion
-