Crossfire JXClient, Trunk  R20561
com.realtime.crossfire.jxclient.protocol.UpdItem Interface Reference

Interface defining constants for the "upditem" Crossfire protocol message. More...

+ Collaboration diagram for com.realtime.crossfire.jxclient.protocol.UpdItem:

Public Attributes

int UPD_ANIM = 0x20
 The update flags value for animation updates. More...
 
int UPD_ANIMSPEED = 0x40
 The update flags value for animation speed updates. More...
 
int UPD_FACE = 0x08
 The update flags value for face updates. More...
 
int UPD_FLAGS = 0x02
 The update flags value for flags updates. More...
 
int UPD_LOCATION = 0x01
 The update flags value for location updates. More...
 
int UPD_NAME = 0x10
 The update flags value for name updates. More...
 
int UPD_NROF = 0x80
 The update flags value for nrof updates. More...
 
int UPD_WEIGHT = 0x04
 The update flags value for weight updates. More...
 

Detailed Description

Interface defining constants for the "upditem" Crossfire protocol message.

Author
Andreas Kirschbaum

Definition at line 28 of file UpdItem.java.

Member Data Documentation

◆ UPD_ANIM

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_ANIM = 0x20

◆ UPD_ANIMSPEED

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_ANIMSPEED = 0x40

◆ UPD_FACE

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_FACE = 0x08

◆ UPD_FLAGS

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_FLAGS = 0x02

◆ UPD_LOCATION

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_LOCATION = 0x01

◆ UPD_NAME

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_NAME = 0x10

◆ UPD_NROF

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_NROF = 0x80

◆ UPD_WEIGHT

int com.realtime.crossfire.jxclient.protocol.UpdItem.UPD_WEIGHT = 0x04

The documentation for this interface was generated from the following file: