Package net.storm.sdk.items
Class DepositBox
- java.lang.Object
-
- net.storm.sdk.items.DepositBox
-
public class DepositBox extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
close()
static void
depositEquipment()
static void
depositInventory()
static void
depositLootingBag()
static boolean
isOpen()
static void
selectQuantityAll()
static void
selectQuantityFive()
static void
selectQuantityOne()
static void
selectQuantityTen()
static void
selectQuantityX()
-
-
-
Method Detail
-
depositInventory
public static void depositInventory()
-
depositEquipment
public static void depositEquipment()
-
depositLootingBag
public static void depositLootingBag()
-
selectQuantityOne
public static void selectQuantityOne()
-
selectQuantityFive
public static void selectQuantityFive()
-
selectQuantityTen
public static void selectQuantityTen()
-
selectQuantityX
public static void selectQuantityX()
-
selectQuantityAll
public static void selectQuantityAll()
-
isOpen
public static boolean isOpen()
-
close
public static void close()
-
-