How to get the Bukkit entity from the Minecraft entity?

Discussion in 'Plugin Development' started by Rprrr, Apr 26, 2013.

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

    Rprrr

    Hi,

    I was wondering how I could get the Bukkit entity from the Minecraft entity... basically, I've spawned a custom entity (which is a net.minecraft.server entity), but now I would like to get the Bukkit entity from it.

    Does anyone know how to do this? Casting is impossible.

    Thanks in advance!
     
  2. Offline

    Cybermaxke

    You have to use:
    Code:
    entity.getBukkitEntity();
     
    Rprrr likes this.
  3. Offline

    Rprrr

    Cybermaxke
    Oops! Didn't even know that existed. ;p
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page