initClientMessageIds() Initialize the set of message ids that the network client will use.
static boolean
isClientMessage(String messageId) Determine if this is a message that the client is using
There are some classes of ids that we assume are client messages
(see code below for the definitive list).
Determine if this is a message that the client is using
There are some classes of ids that we assume are client messages
(see code below for the definitive list).
All other shared message ids should be added to the static array
clientMessageIds, defined at the top of this class