com.fuckingbrit.q3astats.urbanterror
Class UT2Hit

java.lang.Object
  |
  +--com.fuckingbrit.q3astats.urbanterror.UT2Hit
All Implemented Interfaces:
HitParser

public class UT2Hit
extends java.lang.Object
implements HitParser

Mod: Urban Terror (http://www.urbanterror.net)
Hit Parser
Mod Version: 2.5

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

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

Constructor Detail

UT2Hit

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

Method Detail

hitParse

public java.lang.String hitParse(java.lang.String hit)
Implementation of a hitParse. The UT2 hit line is:
You hit in the .

Specified by:
hitParse in interface HitParser
Parameters:
hit - the hit string
Returns:
a hit location string.