Interface MythicalMobHook

All Known Implementing Classes:
MMDisabled, MMEnabled

public interface MythicalMobHook
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    spawnMob​(String name, org.bukkit.Location loc, double level, int count)
     
    void
    spawnMob​(String name, org.bukkit.Location loc, int count)
     
  • Method Details

    • spawnMob

      void spawnMob(String name, org.bukkit.Location loc, int count)
    • spawnMob

      void spawnMob(String name, org.bukkit.Location loc, double level, int count)