Uses of Enum Class
dev.twilite.game.wrapper.GrandExchangeOffer.Type
Packages that use GrandExchangeOffer.Type
-
Uses of GrandExchangeOffer.Type in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return GrandExchangeOffer.TypeModifier and TypeMethodDescriptionRestocker.Request.type()Returns whether this entry buys or sells the item. -
Uses of GrandExchangeOffer.Type in dev.twilite.game.stream
Methods in dev.twilite.game.stream with parameters of type GrandExchangeOffer.TypeModifier and TypeMethodDescriptionGrandExchangeOfferView.type(GrandExchangeOffer.Type... types) Filters offers by type. -
Uses of GrandExchangeOffer.Type in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return GrandExchangeOffer.TypeModifier and TypeMethodDescriptionGrandExchangeOffer.type()Returns the offer type.static GrandExchangeOffer.TypeReturns the enum constant of this class with the specified name.static GrandExchangeOffer.Type[]GrandExchangeOffer.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.