Detecting Wet Animals

Discussion in 'Plugin Development' started by Zachster, Sep 27, 2012.

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

    Zachster

    Ok this may sound like a stupid question, but how do you detect if water comes in contact with an animal? (Not rain, just water)
     
  2. Offline

    CorrieKay

    it wont be 100% accurate, but if you get their location, then get the block at their location, and check if its a water block, you should be able to discern if an animal is wet ^ ^
     
  3. Offline

    andf54

    Get the location of the entity.
    Get the block for that location.
    Check if blocks relative are either type flowing or stationary water type.
     
  4. Offline

    Zachster

    Ty I'll try that in a little bit.
     
Thread Status:
Not open for further replies.

Share This Page