MCProtocol::ClientCapabilities
Inherits JSON::Serializable < Reference < Object
Capabilities a client may support. Known capabilities are defined here, in this schema, but this is not a closed set: any client can define its own, additional capabilities.
Constructors
new(pull : JSON::PullParser)
Sourcenew(experimental : JSON::Any | Nil = Nil, roots : ClientCapabilitiesRoots | Nil = Nil, sampling : JSON::Any | Nil = Nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source