Class VendingMachineShop

java.lang.Object
com.pixelmonmod.pixelmon.blocks.machines.VendingMachineShop

public class VendingMachineShop extends Object
Stores data about the items sold by the vending machine.
  • Constructor Details

    • VendingMachineShop

      public VendingMachineShop()
      Initializes the vending machine stock.
  • Method Details

    • getItems

      public ArrayList<ShopItemWithVariation> getItems()
      Gets a list of items sold by the vending machine.
      Returns:
      A list of items sold by the vending machine.