Class CollisionFlags

    • Constructor Detail

      • CollisionFlags

        public CollisionFlags()
        Deprecated.
    • Method Detail

      • isBlocked

        public static boolean isBlocked​(Position flag)
        Deprecated.
      • isBlocked

        public static boolean isBlocked​(Coord coord)
        Deprecated.
      • isBlocked

        public static boolean isBlocked​(int flag)
        Deprecated.
      • checkWalkable

        public static boolean checkWalkable​(Position start,
                                            Position end,
                                            boolean ignoreStartBlocked)
        Deprecated.
      • checkWalkable

        public static boolean checkWalkable​(Direction dir,
                                            int startFlag,
                                            int endFlag,
                                            boolean ignoreStartBlocked)
        Deprecated.
      • check

        public static boolean check​(int flag,
                                    int checkFlag)
        Deprecated.
      • toString

        public static String toString​(int flag)
        Deprecated.