# AdvancedMobs API

API class `AdvancedMobsAPI.class` is located in `net.advancedplugins.mobs`.

{% hint style="info" %}
**`CustomEntityInstance`**` ``matchEntityToCustomMob(UUID u)`\
Match an entity's UUID to a CustomEntityInstance. The entity can be an ArmorStand's UUID
{% endhint %}

{% hint style="info" %}
**`AdvancedSpawner`**` ``matchSpawner(Location loc)`\
Get spawner's information from a location.
{% endhint %}

{% hint style="info" %}
**CustomEntityInstance** spawnCustomMob(String type, Location loc)

Spawn a custom entity in a location, type being a string name of custom entity, e.g. Gorilla.
{% endhint %}
