Removed L2 prefixes from <li> comments.
This commit is contained in:
@@ -50,7 +50,7 @@ import org.l2jmobius.gameserver.taskmanager.AttackStanceTaskManager;
|
||||
* <BR>
|
||||
* <li>AttackableAI</li>
|
||||
* <li>DoorAI</li>
|
||||
* <li>L2PlayerAI</li>
|
||||
* <li>PlayerAI</li>
|
||||
* <li>SummonAI</li><BR>
|
||||
* <BR>
|
||||
*/
|
||||
@@ -985,7 +985,7 @@ public class CreatureAI extends AbstractAI
|
||||
* <BR>
|
||||
* <B><U> Example of use </U> :</B><BR>
|
||||
* <BR>
|
||||
* <li>L2PLayerAI, SummonAI</li><BR>
|
||||
* <li>PLayerAI, SummonAI</li><BR>
|
||||
* <BR>
|
||||
* @param target The targeted WorldObject
|
||||
* @param offset The Interact area radius
|
||||
@@ -1109,7 +1109,7 @@ public class CreatureAI extends AbstractAI
|
||||
* <BR>
|
||||
* <B><U> Example of use </U> :</B><BR>
|
||||
* <BR>
|
||||
* <li>L2PLayerAI, SummonAI</li><BR>
|
||||
* <li>PLayerAI, SummonAI</li><BR>
|
||||
* <BR>
|
||||
* @param target The targeted WorldObject
|
||||
* @return True if the target is lost or dead (false if fakedeath)
|
||||
@@ -1144,7 +1144,7 @@ public class CreatureAI extends AbstractAI
|
||||
* <BR>
|
||||
* <B><U> Example of use </U> :</B><BR>
|
||||
* <BR>
|
||||
* <li>L2PLayerAI, SummonAI</li><BR>
|
||||
* <li>PLayerAI, SummonAI</li><BR>
|
||||
* <BR>
|
||||
* @param target The targeted WorldObject
|
||||
* @return True if the target is lost
|
||||
|
@@ -38,7 +38,7 @@ import org.l2jmobius.gameserver.network.serverpackets.GetItem;
|
||||
* <BR>
|
||||
* <li>Creature</li>
|
||||
* <li>ItemInstance</li>
|
||||
* <li>L2Potion</li>
|
||||
* <li>Potion</li>
|
||||
*/
|
||||
public abstract class WorldObject
|
||||
{
|
||||
|
@@ -72,10 +72,10 @@ import org.l2jmobius.gameserver.util.Util;
|
||||
* <BR>
|
||||
* Attackable :<BR>
|
||||
* <BR>
|
||||
* <li>L2ArtefactInstance</li>
|
||||
* <li>ArtefactInstance</li>
|
||||
* <li>FriendlyMobInstance</li>
|
||||
* <li>MonsterInstance</li>
|
||||
* <li>L2SiegeGuardInstance</li>
|
||||
* <li>SiegeGuardInstance</li>
|
||||
* @version $Revision: 1.24.2.3.2.16 $ $Date: 2009/04/13 02:11:03 $
|
||||
* @author scoria dev
|
||||
*/
|
||||
|
@@ -4179,7 +4179,7 @@ public abstract class Creature extends WorldObject implements ISkillsHolder
|
||||
* <BR>
|
||||
* <B><U> Overridden in</U> :</B><BR>
|
||||
* <BR>
|
||||
* <li>L2NPCInstance</li>
|
||||
* <li>NPCInstance</li>
|
||||
* <li>PlayerInstance</li>
|
||||
* <li>Summon</li>
|
||||
* <li>DoorInstance</li><BR>
|
||||
|
@@ -34,7 +34,7 @@ import org.l2jmobius.gameserver.util.MinionList;
|
||||
/**
|
||||
* This class manages all Monsters. MonsterInstance :<BR>
|
||||
* <BR>
|
||||
* <li>L2MinionInstance</li>
|
||||
* <li>MinionInstance</li>
|
||||
* <li>RaidBossInstance</li>
|
||||
* <li>GrandBossInstance</li>
|
||||
* @version $Revision: 1.20.4.6 $ $Date: 2005/04/06 16:13:39 $
|
||||
|
@@ -100,7 +100,7 @@ import org.l2jmobius.gameserver.taskmanager.DecayTaskManager;
|
||||
* Creature :<BR>
|
||||
* <BR>
|
||||
* <li>Attackable</li>
|
||||
* <li>L2BoxInstance</li>
|
||||
* <li>BoxInstance</li>
|
||||
* <li>FolkInstance</li>
|
||||
* @version $Revision: 1.32.2.7.2.24 $ $Date: 2009/04/13 09:17:09 $
|
||||
* @author programmos, scoria dev
|
||||
@@ -646,7 +646,7 @@ public class NpcInstance extends Creature
|
||||
* <BR>
|
||||
* <B><U> Overriden in </U> :</B><BR>
|
||||
* <BR>
|
||||
* <li>L2ArtefactInstance : Manage only fisrt click to select Artefact</li><BR>
|
||||
* <li>ArtefactInstance : Manage only fisrt click to select Artefact</li><BR>
|
||||
* <BR>
|
||||
* <li>GuardInstance :</li><BR>
|
||||
* <BR>
|
||||
|
Reference in New Issue
Block a user