Uses of Class
com.rs.seagull.emulator.api.BareSession.Capability
-
-
Uses of BareSession.Capability in com.rs.seagull.emulator.api
Methods in com.rs.seagull.emulator.api that return BareSession.Capability Modifier and Type Method Description static BareSession.Capability
BareSession.Capability. valueOf(String name)
Returns the enum constant of this type with the specified name.static BareSession.Capability[]
BareSession.Capability. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rs.seagull.emulator.api with parameters of type BareSession.Capability Modifier and Type Method Description Object
BareSession. 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.
-