Class Trade
java.lang.Object
org.rspeer.game.component.Trade
Provides operations for the games trading interfaces
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaccept()static booleandecline()static Trade.ViewgetView()static booleanOffers an item with the given amount.static booleanRemoves an item with the given amount.
-
Constructor Details
-
Trade
public Trade()
-
-
Method Details
-
getView
-
offer
-
remove
-
accept
public static boolean accept() -
decline
public static boolean decline()
-