Solved Spawners

Discussion in 'Plugin Development' started by chrisman0091, Jan 27, 2014.

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

    chrisman0091

    So I'm trying to set a block as a spawner, all working fine..except for setting the type.
    Now that setCeatureType is deprecated, I have to use setCreatureTypeByName, though I have no clue what valid names I can use. Any help?
     
  2. Offline

    rangersmash

  3. Offline

    Garris0n

  4. Offline

    rangersmash

  5. Offline

    chrisman0091

    Thanks, in a way anyway haha.

    Fixed it! Solution:
    I was still trying to use setCreatureTypeByName as it wasnt deprecated but now I realized all the types were(I had tried to use EntityType even haha). Now just using setSpawnedType
     
    Garris0n likes this.
Thread Status:
Not open for further replies.

Share This Page