Class ResponseType (1.14.5)

ResponseType(value)

The type of response sent to the client.

Enums

Name Description
RESPONSE_TYPE_UNSPECIFIED Unknown.
DIFF Partial updates are applied to the client's existing local database.
RESET Full updates resets the client's entire local database. This means that either the client had no state, was seriously out-of-date, or the client is believed to be corrupt.