Get LivingEntity from mob ID

Discussion in 'Plugin Development' started by filoghost, Apr 5, 2013.

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

    filoghost

    How should I get the LivingEntity instance from the mob ID, retrieved with mob.getEntityId() ?
     
  2. Offline

    ZeusAllMighty11

    I need to know this too!
     
  3. Offline

    nisovin

    You can't, you'll need to keep a reference to the mob yourself.
     
  4. Offline

    filoghost

    I will get the list of the mobs, then check if their mob id is in my hashmap
     
Thread Status:
Not open for further replies.

Share This Page