Package com.earth2me.essentials
Class SpawnMob
java.lang.Object
com.earth2me.essentials.SpawnMob
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
spawnmob
(IEssentials ess, Server server, CommandSource sender, User target, List<String> parts, List<String> data, int mobCount) static void
spawnmob
(IEssentials ess, Server server, CommandSource sender, User target, Location loc, List<String> parts, List<String> data, int mobCount) static void
spawnmob
(IEssentials ess, Server server, User user, List<String> parts, List<String> data, int mobCount)
-
Method Details
-
mobList
-
mobParts
-
mobData
-
spawnmob
public static void spawnmob(IEssentials ess, Server server, User user, List<String> parts, List<String> data, int mobCount) throws Exception - Throws:
Exception
-
spawnmob
public static void spawnmob(IEssentials ess, Server server, CommandSource sender, User target, List<String> parts, List<String> data, int mobCount) throws Exception - Throws:
Exception
-
spawnmob
public static void spawnmob(IEssentials ess, Server server, CommandSource sender, User target, Location loc, List<String> parts, List<String> data, int mobCount) throws Exception - Throws:
Exception
-