Package net.sf.l2j.gameserver.model.L2Skill

Examples of net.sf.l2j.gameserver.model.L2Skill.SkillTargetType


   
    // ************************************* Check Target *******************************************
   
    // Create and set a L2Object containing the target of the skill
    L2Object target = null;
    SkillTargetType sklTargetType = skill.getTargetType();
    SkillType sklType = skill.getSkillType();
   
    switch (sklTargetType)
    {
    // Target the player if skill type is AURA, PARTY, CLAN or SELF
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.model.L2Skill.SkillTargetType

Copyright © 2018 www.massapicom. 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.