Solved [NMS] Multiple Mobs of the same EntityType?

Discussion in 'Plugin Development' started by DemKazoo, Dec 28, 2014.

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

    DemKazoo

    Hello Bukkit,

    I stumbled upon an issue, I don't know how to make multiple mobs of the same EntityType.
    All I know is that you can create 1 Zombie, from EntityZombie.
    Is it possible to have more Zombie classes extending EntityZombie? Or would this give issues?

    Still unclear?

    Basicly I'm trying to have 2 zombies, both zombies are NMS Coded, so I would have to extend EntityZombie.
    In servers like WynnCraft, there are multiple NMS Mobs from the same EntityType.

    I don't know if this is possible.. But for some reason I can't seem to figure it out :confused:

    ..Just 2 same Mob Types, from 1 EntityType.
    2 Zombie classes, both extending EntityZombie, and both spawning as a zombie in the server?
     
  2. Offline

    Funergy

    @DemKazoo This is really interesting and I really want to know the answer too.
     
    DemKazoo likes this.
  3. Offline

    XLordalX

    As long as you only overwrite the entities in maps "d", "f" and "c" from EntityTypes and use different names for both entities, this is possible.
     
    DemKazoo likes this.
Thread Status:
Not open for further replies.

Share This Page