com.fuckingbrit.q3astats.urbanterror
Class UT2HK69

java.lang.Object
  |
  +--com.fuckingbrit.q3astats.urbanterror.UT2HK69
All Implemented Interfaces:
KillParser

public class UT2HK69
extends java.lang.Object
implements KillParser

Mod: Urban Terror (http://www.urbanterror.net)
Weapon: Heckler & Koch HK69
Mod Version: 2.5

Version:
1.0
Author:
Michael Jervis (mike@fuckingbrit.com)

Constructor Summary
UT2HK69()
          We must supply a default constructor.
 
Method Summary
 KillPair killParse(java.lang.String kill)
          Implementation of a killParse.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UT2HK69

public UT2HK69()
We must supply a default constructor. However this does nothing.

Method Detail

killParse

public KillPair killParse(java.lang.String kill)
Implementation of a killParse. The kill line for an HK69 is:
HEARD 's HK69 gren... didn't avoid it. sucka.
or
suffered 's HK69 Grenade Enema.
I'm getting cocky here and parsing two options...

Specified by:
killParse in interface KillParser
Parameters:
kill - the kill string
Returns:
a KillPair ojbect with the victim and the killer in it.
See Also:
KillPair