class

MCProtocol::ServerCapabilitiesResources

Inherits JSON::Serializable < Reference < Object

Present if the server offers any resources to read.

Constructors

new(listChanged : Bool | Nil = Nil, subscribe : Bool | Nil = Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

listChanged

Whether this server supports notifications for changes to the resource list.

Source
subscribe

Whether this server supports subscribing to resource updates.

Source