Help, to a newb.

Discussion in 'Plugin Development' started by gbear605, Mar 18, 2011.

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

    gbear605

    Hi, I've started working on my first plugin, and when the code in the debegging console tries to import org.bukkit.block (and others) it gives me this error:
    Code:
    The import org.bukkit.Block cannot be resolved
    
    It also does that for a number of other org.bukkit.*'s but not all of them, I have included the most recent bukkit snapshot as a reverenced library, what's going wrong here?? I'm just beginning in java, so I'm not sure what the error could be other than a bug with the bukkit snapshot or my code.
     
  2. Offline

    clash

    There is no org.bukkit.Block to be imported.
    It's org.bukkit.block.Block. Or perhaps org.bukkit.block.* to get all block classes imported.
     
Thread Status:
Not open for further replies.

Share This Page