Interface MagicMap


  • public interface MagicMap
    Interface defining constants for the "magicmap" Crossfire protocol message.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FACE_COLOR_MASK
      Bitmask in magic map information to extract the color information of a tile.
      static int FACE_FLOOR
      Bitmask in magic map information to denote a floor tile.
      static int FACE_WALL
      Bitmask in magic map information to denote a wall tile.
    • Field Detail

      • FACE_COLOR_MASK

        static final int FACE_COLOR_MASK
        Bitmask in magic map information to extract the color information of a tile.
        See Also:
        Constant Field Values
      • FACE_FLOOR

        static final int FACE_FLOOR
        Bitmask in magic map information to denote a floor tile.
        See Also:
        Constant Field Values
      • FACE_WALL

        static final int FACE_WALL
        Bitmask in magic map information to denote a wall tile.
        See Also:
        Constant Field Values