Package org.rspeer.game.component
Class Trade.Outgoing
- java.lang.Object
-
- org.rspeer.game.component.Trade.Outgoing
-
-
Constructor Summary
Constructors Constructor Description Outgoing()
-
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()
-
-