Uses of Enum Class
dev.twilite.game.wrapper.GrandExchangeOffer.State
Packages that use GrandExchangeOffer.State
-
Uses of GrandExchangeOffer.State in dev.twilite.game.stream
Methods in dev.twilite.game.stream with parameters of type GrandExchangeOffer.StateModifier and TypeMethodDescriptionGrandExchangeOfferView.state(GrandExchangeOffer.State... states) Filters offers by state. -
Uses of GrandExchangeOffer.State in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return GrandExchangeOffer.StateModifier and TypeMethodDescriptionGrandExchangeOffer.state()Returns the offer state.static GrandExchangeOffer.StateReturns the enum constant of this class with the specified name.static GrandExchangeOffer.State[]GrandExchangeOffer.State.values()Returns an array containing the constants of this enum class, in the order they are declared.