Solved Undefined error

Discussion in 'Plugin Development' started by jolbol1, Oct 25, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    jolbol1

    Im trying to make a plugin that hooks into CombatTag however in eclipse i get the error: The constructor CombatTagApi(CombatTag) is undefined

    The line of code is :
    Code:java
    1. combatApi = new CombatTagApi((CombatTag)getServer().getPluginManager().getPlugin("CombatTag"));
    2.  
     
Thread Status:
Not open for further replies.

Share This Page