Class VendingMachineShop
java.lang.Object
com.pixelmonmod.pixelmon.blocks.machines.VendingMachineShop
Stores data about the items sold by the vending machine.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VendingMachineShop
public VendingMachineShop()Initializes the vending machine stock.
-
-
Method Details
-
getItems
Gets a list of items sold by the vending machine.- Returns:
- A list of items sold by the vending machine.
-