Package dev.koifysh.archipelago.flags
Class ItemsHandling
java.lang.Object
dev.koifysh.archipelago.flags.ItemsHandling
Item Flag variables to read
Current item flags:
Client.getItemsHandlingFlags() and set Client.setItemsHandlingFlags(int)
Current item flags:
SEND_ITEMS SEND_OWN_ITEMS SEND_STARTING_INVENTORY-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTells the server to send you items from other worlds.static final intTells the server to send your own items to you (remote items game)static final intTells the server to send you any items that You should start with. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEND_ITEMS
public static final int SEND_ITEMSTells the server to send you items from other worlds.- See Also:
-
SEND_OWN_ITEMS
public static final int SEND_OWN_ITEMSTells the server to send your own items to you (remote items game)- See Also:
-
SEND_STARTING_INVENTORY
public static final int SEND_STARTING_INVENTORYTells 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()
-