Uses of Enum Class
dev.twilite.game.facade.GrandExchange.CollectionMode
Packages that use GrandExchange.CollectionMode
-
Uses of GrandExchange.CollectionMode in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return GrandExchange.CollectionModeModifier and TypeMethodDescriptionstatic GrandExchange.CollectionModeReturns the enum constant of this class with the specified name.static GrandExchange.CollectionMode[]GrandExchange.CollectionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.game.facade with parameters of type GrandExchange.CollectionModeModifier and TypeMethodDescriptionstatic booleanGrandExchange.collect(GrandExchangeOffer offer, GrandExchange.CollectionMode mode) Collects an offer using the selected destination.static booleanGrandExchange.collectAll(GrandExchange.CollectionMode mode) Collects all completed offers to the selected destination.static booleanGrandExchange.collectViewed(GrandExchange.CollectionMode mode) Collects the currently viewed offer to the selected destination. -
Uses of GrandExchange.CollectionMode in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return GrandExchange.CollectionModeModifier and TypeMethodDescriptionRestocker.Request.collectionMode()Returns where this request collects completed offers.Methods in dev.twilite.game.loadout with parameters of type GrandExchange.CollectionModeModifier and TypeMethodDescriptionRestocker.Request.collectionMode(GrandExchange.CollectionMode collectionMode) Sets where this request collects completed offers.Restocker.defaultCollectionMode(GrandExchange.CollectionMode collectionMode) Sets where completed restock offers should be collected. -
Uses of GrandExchange.CollectionMode in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper with parameters of type GrandExchange.CollectionModeModifier and TypeMethodDescriptionbooleanGrandExchangeOffer.collect(GrandExchange.CollectionMode mode) Collects this offer using the specified mode.