Package gcspawners

Class ASAPI

java.lang.Object
gcspawners.ASAPI

public class ASAPI extends Object
  • Constructor Details

    • ASAPI

      public ASAPI()
  • Method Details

    • getCustomDrops

      public static gc.spawners.handlers.dropsHandler.EntityDrops getCustomDrops(String entType)
    • getMobSkull

      public static org.bukkit.inventory.ItemStack getMobSkull(String mobName)
    • getSpawnerLevel

      public static int getSpawnerLevel(org.bukkit.block.Block b)
    • getSpawnerType

      public static String getSpawnerType(org.bukkit.block.Block b)
    • getSpawnerAmount

      public static int getSpawnerAmount(org.bukkit.block.Block b)
    • spawnCustomMob

      public static void spawnCustomMob(org.bukkit.Location loc, String customMob)
      Spawn a custom mob at location
      Parameters:
      loc - Location
      customMob - Custom Mob Name
    • setSpawnerAmount

      public static void setSpawnerAmount(org.bukkit.block.Block b, int amount)
    • removeSpawner

      public static void removeSpawner(org.bukkit.Location loc)
    • getSpawnerLevel

      public static int getSpawnerLevel(org.bukkit.Location b)
    • getSpawnerType

      public static String getSpawnerType(org.bukkit.Location b)
    • getSpawnerAmount

      public static int getSpawnerAmount(org.bukkit.Location b)
    • setSpawnerAmount

      public static void setSpawnerAmount(org.bukkit.Location b, int amount)
    • getSpawnerType

      public static String getSpawnerType(org.bukkit.inventory.ItemStack item)
    • getCustomMobs

      public static List<String> getCustomMobs()
      Returns:
      List of custom mobs
    • getUser

      public static String getUser()
      Returns:
      Plugin Buyer