setHatchType (MobType hatchType)

Discussion in 'Plugin Development' started by MojaveRattle, Jan 29, 2011.

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

    MojaveRattle

    Currently I'm having problems with the setHatchType command and it's giving me "MobType cannot be resolved to a variable"

    My Player Listener:
    Code:
                     //Change the MobType if CHICKEN is set
                     player.setHatchType (MobType CHICKEN);
    
    
    Yeah, I know it's no where close to being done :eek:. Thanks!
     
  2. Offline

    void420

    MobType.CHICKEN

    you need a period between the 2, not a space.
     
  3. Offline

    MojaveRattle

    Oh, thank you!
     
Thread Status:
Not open for further replies.

Share This Page