Interface UpdItem
-
public interface UpdItemInterface defining constants for the "upditem" Crossfire protocol message.
-
-
Field Summary
Fields Modifier and Type Field Description static intUPD_ANIMThe update flags value for animation updates.static intUPD_ANIMSPEEDThe update flags value for animation speed updates.static intUPD_FACEThe update flags value for face updates.static intUPD_FLAGSThe update flags value for flags updates.static intUPD_LOCATIONThe update flags value for location updates.static intUPD_NAMEThe update flags value for name updates.static intUPD_NROFThe update flags value for nrof updates.static intUPD_WEIGHTThe update flags value for weight updates.
-
-
-
Field Detail
-
UPD_LOCATION
static final int UPD_LOCATION
The update flags value for location updates.- See Also:
- Constant Field Values
-
UPD_FLAGS
static final int UPD_FLAGS
The update flags value for flags updates.- See Also:
- Constant Field Values
-
UPD_WEIGHT
static final int UPD_WEIGHT
The update flags value for weight updates.- See Also:
- Constant Field Values
-
UPD_FACE
static final int UPD_FACE
The update flags value for face updates.- See Also:
- Constant Field Values
-
UPD_NAME
static final int UPD_NAME
The update flags value for name updates.- See Also:
- Constant Field Values
-
UPD_ANIM
static final int UPD_ANIM
The update flags value for animation updates.- See Also:
- Constant Field Values
-
UPD_ANIMSPEED
static final int UPD_ANIMSPEED
The update flags value for animation speed updates.- See Also:
- Constant Field Values
-
UPD_NROF
static final int UPD_NROF
The update flags value for nrof updates.- See Also:
- Constant Field Values
-
-