promotional bannermobile promotional banner

Controllable Mobs API

Provides an API to put any entity under plugin control.

File Details

Controllable Mobs API v3

  • R
  • Mar 8, 2013
  • 104.45 KB
  • 1.5K
  • CB 1.4.7-R1.0

File Name

ControllableMobsAPI.jar

Supported Versions

  • CB 1.4.7-R1.0
  • compatible with Minecraft 1.4.7, JRE 6 or 7
  • property changes:
    • added maximumWalkingDistance - a maximum distance for entity navigation, designed to reduce CPU usage.
  • AI changes:
    • fixed a bug that threw a ClassCastException within getAIBehaviors()
    • slightly improved internal AI handling
  • action changes:
    • fixed huge performance issue when calling moveTo()
    • the target acquired by setTarget() will be returned by the Bukkit Creature class' getTarget()

Thanks to DaVudu for helping me!

  • only basic functions tested, anyway, should work properly. Please use the ticket system if you run into issues