net.sf.juoserver.files
Class CustomizationHelper
java.lang.Object
net.sf.juoserver.files.CustomizationHelper
public class CustomizationHelper
- extends Object
This helper class contains methods useful to customizing
your own UO server, for example, it retrieves the skills
IDs via method getSkillIdByName(String)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomizationHelper
public CustomizationHelper(Configuration configuration,
FileReadersFactory fileReadersFactory)
throws FileNotFoundException
- Throws:
FileNotFoundException
getSkillIdByName
public int getSkillIdByName(String name)
Copyright © 2010-2012. All Rights Reserved.