Class ItemsHandling

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

public class ItemsHandling extends Object
  • Field Details

    • SEND_ITEMS

      public static final int SEND_ITEMS
      Tells the server to send you items from other worlds.
      See Also:
    • SEND_OWN_ITEMS

      public static final int SEND_OWN_ITEMS
      Tells the server to send your own items to you (remote items game)
      See Also:
    • SEND_STARTING_INVENTORY

      public static final int SEND_STARTING_INVENTORY
      Tells the server to send you any items that You should start with. don't set this if you handle starting items by some kind of data file.
      See Also:
  • Constructor Details

    • ItemsHandling

      public ItemsHandling()