Package com.l2jfrozen.gameserver.model.base

Examples of com.l2jfrozen.gameserver.model.base.SubClass.ordinal()


          if(subsAvailable != null && !subsAvailable.isEmpty())
          {
            for(PlayerClass subClass : subsAvailable)
            {
              content.append("<a action=\"bypass -h npc_" + getObjectId() + "_Subclass 7 " + paramOne + " " + subClass.ordinal() + "\">" + formatClassForDisplay(subClass) + "</a><br>");
            }
          }
          else
          {
            player.sendMessage("There are no sub classes available at this time.");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.