Klasse Merchant

java.lang.Object
com.botwAdventureOnline.Character
com.botwAdventureOnline.Merchant
Alle implementierten Schnittstellen:
Serializable

public class Merchant extends Character
Siehe auch:
  • Konstruktordetails

    • Merchant

      public Merchant()
  • Methodendetails

    • buyItem

      public void buyItem(Inventory inventory)
      This method is called when the player wants to buy a potion
      Parameter:
      inventory - The inventory of the player
    • sellItem

      public void sellItem(Inventory inventory)
      This method is called when the player wants to sell an Item
      Parameter:
      inventory - The inventory of the player