class MCProtocol::ResourceListChangedNotification

Overview

An optional notification from the server to the client, informing it that the list of resources it can read from has changed. This may be issued by servers without any previous subscription from the client.

Included Modules

Defined in:

mcprotocol/resource_list_changed_notification.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(params : JSON::Any | Nil = Nil) #

[View source]

Instance Method Detail

def method : String #

[View source]
def params : JSON::Any | Nil #

[View source]