zombie.characters
Class WeaponOverlayUtils

java.lang.Object
  extended by zombie.characters.WeaponOverlayUtils

public class WeaponOverlayUtils
extends java.lang.Object

Author:
LEMMY

Constructor Summary
WeaponOverlayUtils()
           
 
Method Summary
static void DrawWeapon(HandWeapon item, IsoGameCharacter chr, IsoSprite chrspr, float x, float y, float z, ColorInfo col)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeaponOverlayUtils

public WeaponOverlayUtils()
Method Detail

DrawWeapon

public static void DrawWeapon(HandWeapon item,
                              IsoGameCharacter chr,
                              IsoSprite chrspr,
                              float x,
                              float y,
                              float z,
                              ColorInfo col)