How can I get the location weather

Discussion in 'Plugin Development' started by EvilPeanut, Feb 3, 2013.

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

    EvilPeanut

    I need to know if its storming / raining / snowing / sunny ect... at a certain location.
     
  2. Offline

    chasechocolate

    You can do world.getTime(), world.isThundering(), and world.hasStorm().
     
  3. Offline

    adam753

    Just to be clear, the weather type depends on the biome. A "storm" happens worldwide at the same time, and it'll be snowing in snow biomes and raining in normal ones. It isn't possible to change a block's "weather type", nor is it possible to have a storm in one place but not another. That's just how it works.
    There's also thunder, which happens independently from storms but always happens worldwide.
    So yeah. What the guy above me said, I just wanted to elaborate on it a bit.
     
Thread Status:
Not open for further replies.

Share This Page