📄AdvancedMobs API
Learn how to use AdvancedMobs API
API class AdvancedMobsAPI.class is located in net.advancedplugins.mobs.
Last updated
Learn how to use AdvancedMobs API
API class AdvancedMobsAPI.class is located in net.advancedplugins.mobs.
CustomEntityInstance matchEntityToCustomMob(UUID u)
Match an entity's UUID to a CustomEntityInstance. The entity can be an ArmorStand's UUID
AdvancedSpawner matchSpawner(Location loc)
Get spawner's information from a location.
CustomEntityInstance spawnCustomMob(String type, Location loc)
Spawn a custom entity in a location, type being a string name of custom entity, e.g. Gorilla.
Last updated