Learn how to use AdvancedMobs API
API class AdvancedMobsAPI.class is located in net.advancedplugins.mobs.
AdvancedMobsAPI.class
net.advancedplugins.mobs
CustomEntityInstance matchEntityToCustomMob(UUID u) Match an entity's UUID to a CustomEntityInstance. The entity can be an ArmorStand's UUID
CustomEntityInstance
matchEntityToCustomMob(UUID u)
AdvancedSpawner matchSpawner(Location loc) Get spawner's information from a location.
AdvancedSpawner
matchSpawner(Location loc)
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 3 years ago