Interface UpdItem
public interface UpdItem
Interface defining constants for the "upditem" Crossfire protocol message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe update flags value for animation updates.static final intThe update flags value for animation speed updates.static final intThe update flags value for face updates.static final intThe update flags value for flags updates.static final intThe update flags value for location updates.static final intThe update flags value for name updates.static final intThe update flags value for nrof updates.static final intThe update flags value for weight updates.
-
Field Details
-
UPD_LOCATION
static final int UPD_LOCATIONThe update flags value for location updates.- See Also:
-
UPD_FLAGS
static final int UPD_FLAGSThe update flags value for flags updates.- See Also:
-
UPD_WEIGHT
static final int UPD_WEIGHTThe update flags value for weight updates.- See Also:
-
UPD_FACE
static final int UPD_FACEThe update flags value for face updates.- See Also:
-
UPD_NAME
static final int UPD_NAMEThe update flags value for name updates.- See Also:
-
UPD_ANIM
static final int UPD_ANIMThe update flags value for animation updates.- See Also:
-
UPD_ANIMSPEED
static final int UPD_ANIMSPEEDThe update flags value for animation speed updates.- See Also:
-
UPD_NROF
static final int UPD_NROFThe update flags value for nrof updates.- See Also:
-