Uses of Enum 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.CapabilityModifier and TypeMethodDescriptionstatic BareSession.CapabilityReturns 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.Methods in com.rs.seagull.emulator.api with parameters of type BareSession.CapabilityModifier and TypeMethodDescriptionBareSession.getCapability(BareSession.Capability capability) Get the value of the requested capability.booleanBareSession.hasCapability(BareSession.Capability capability) Check whether this session has the requested capability.