Uses of Enum Class
com.rs.seagull.emulator.api.BareSession.Capability
-
Uses of BareSession.Capability in com.rs.seagull.emulator.api
Modifier and TypeMethodDescriptionstatic BareSession.Capability
Returns the enum constant of this class with the specified name.static BareSession.Capability[]
BareSession.Capability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBareSession.getCapability
(BareSession.Capability capability) Get the value of the requested capability.boolean
BareSession.hasCapability
(BareSession.Capability capability) Check whether this session has the requested capability.