Package org.rspeer.game.component
Class Trade.Incoming
- java.lang.Object
-
- org.rspeer.game.component.Trade.Incoming
-
-
Constructor Summary
Constructors Constructor Description Incoming()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Inventory
getInventory()
static boolean
isAccepted()
-
-
-
Method Detail
-
isAccepted
public static boolean isAccepted()
-
getInventory
public static Inventory getInventory()
-
-