be.saltwater.jaqel.creature.loaders
Class PotionLoadHelper

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

public class PotionLoadHelper
extends java.lang.Object

See Also:
PotionLoader

Method Summary
static PotionLoadHelper getInstance()
           
 Potion getPotionByType(java.lang.String type, int points)
           
 PotionTypeData getPotionTypeData(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 PotionLoadHelper getInstance()

getPotionTypeData

public PotionTypeData getPotionTypeData(java.lang.String type_key)

getPotionByType

public Potion getPotionByType(java.lang.String type,
                              int points)