NeoMeteorite : Projectile errors

Discussion in 'Plugin Development' started by jeffadkins51, Jul 10, 2011.

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

    jeffadkins51

    Was just going to update this plugin for personal use, seeing as how its still on like B798 or whatever:
    Code:
    the import net.minecraft.serverx.EntityProjectile cannot be resolved
    import net.minecraft.serverx.EntityProjectile;
            EntityProjectile fb = new EntityProjectile(world, cWorld.getHandle());
    EntityProjectile cannot be resolved to a type
    
    Thanks
     
  2. Offline

    ItsHarry

    It can't find EntityProjectile
     
  3. Offline

    jeffadkins51

    Thanks Mr.obvious!
     
  4. Offline

    ItsHarry

Thread Status:
Not open for further replies.

Share This Page