ChunkGenerator.generateBlockSections deprecated?

Discussion in 'Plugin Development' started by MatorKaleen, Nov 1, 2013.

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

    MatorKaleen

    So, I haven't been here for a while and now i wanted to do some world generating stuff. But I noted, that the ChunkGenerator methods seems to be deprecated? But I didn't found anything, that replaces it. Is there anything new I just don't find?

    Answers are apreciated.

    Greetz
    Mator
     
  2. It's still the method you are going to have to use if you want to do it with the Bukkit API (and not reflect your own implementation of IChunkProvider into the world). It still works even though it is deprecated.
     
  3. Offline

    MatorKaleen

    But why is it deprecated? There must be a reason^^
     
  4. I think it is because of hardcoded values (maybe the generation height or block ids), I don't know exactly.
     
Thread Status:
Not open for further replies.

Share This Page