Interface UpdItem


public interface UpdItem
Interface defining constants for the "upditem" Crossfire protocol message.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The update flags value for animation updates.
    static final int
    The update flags value for animation speed updates.
    static final int
    The update flags value for face updates.
    static final int
    The update flags value for flags updates.
    static final int
    The update flags value for location updates.
    static final int
    The update flags value for name updates.
    static final int
    The update flags value for nrof updates.
    static final int
    The update flags value for weight updates.
  • Field Details

    • UPD_LOCATION

      static final int UPD_LOCATION
      The update flags value for location updates.
      See Also:
    • UPD_FLAGS

      static final int UPD_FLAGS
      The update flags value for flags updates.
      See Also:
    • UPD_WEIGHT

      static final int UPD_WEIGHT
      The update flags value for weight updates.
      See Also:
    • UPD_FACE

      static final int UPD_FACE
      The update flags value for face updates.
      See Also:
    • UPD_NAME

      static final int UPD_NAME
      The update flags value for name updates.
      See Also:
    • UPD_ANIM

      static final int UPD_ANIM
      The update flags value for animation updates.
      See Also:
    • UPD_ANIMSPEED

      static final int UPD_ANIMSPEED
      The update flags value for animation speed updates.
      See Also:
    • UPD_NROF

      static final int UPD_NROF
      The update flags value for nrof updates.
      See Also: