Class NetworkItem

java.lang.Object
dev.koifysh.archipelago.flags.NetworkItem

public class NetworkItem extends Object
Flags that will tell you more about the item that was sent.
ADVANCEMENT, USEFUL, TRAP
  • Field Details

    • ADVANCEMENT

      public static final int ADVANCEMENT
      If set, indicates the item can unlock logical advancement
      See Also:
    • USEFUL

      public static final int USEFUL
      If set, indicates the item is important but not in a way that unlocks advancement
      See Also:
    • TRAP

      public static final int TRAP
      If set, indicates the item is a trap
      See Also:
  • Constructor Details

    • NetworkItem

      public NetworkItem()