be.saltwater.jaqel.creature.loaders
Class WeaponLoadHelper

java.lang.Object
  extended bybe.saltwater.jaqel.creature.loaders.WeaponLoadHelper

public class WeaponLoadHelper
extends java.lang.Object

See Also:
WeaponLoader

Method Summary
static WeaponLoadHelper getInstance()
           
 Weapon getWeapon(java.lang.String type_key)
           
 WeaponTypeData getWeaponTypeData(java.lang.String type_key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WeaponLoadHelper getInstance()

getWeaponTypeData

public WeaponTypeData getWeaponTypeData(java.lang.String type_key)

getWeapon

public Weapon getWeapon(java.lang.String type_key)