Interface UpdItem


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

      Fields 
      Modifier and Type Field Description
      static int UPD_ANIM
      The update flags value for animation updates.
      static int UPD_ANIMSPEED
      The update flags value for animation speed updates.
      static int UPD_FACE
      The update flags value for face updates.
      static int UPD_FLAGS
      The update flags value for flags updates.
      static int UPD_LOCATION
      The update flags value for location updates.
      static int UPD_NAME
      The update flags value for name updates.
      static int UPD_NROF
      The update flags value for nrof updates.
      static int UPD_WEIGHT
      The 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