Class Trade.Ours

java.lang.Object
dev.twilite.game.facade.Trade.Ours
Enclosing class:
Trade

public static class Trade.Ours extends Object
Accessors for the trade offer panel represented by the other side of the API.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    Returns whether this side has accepted on the current trade screen.
    static ItemView
    Returns the item view for this side's trade offer.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Ours

      public Ours()
  • Method Details

    • accepted

      public static boolean accepted()
      Returns whether this side has accepted on the current trade screen.
    • items

      public static ItemView items()
      Returns the item view for this side's trade offer.