been out for a while - WeatherListener?

Discussion in 'Plugin Development' started by halley, Jul 9, 2012.

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

    halley

    Took some time off, and it appears the whole Bukkit API has changed. What was once org.bukkit.event.weather.WeatherListener is now gone. I think I have a whole lot of catch-up to learn how simple things are done anymore.

    Is there an obvious transition wiki page that summarizes basic "getting your 1.0 bukkit plugins to work in 1.2.5"?

    Replying to myself. http://wiki.bukkit.org/Introduction_to_the_New_Event_System

    That seems easier than expected, though most of the "ease" is using Eclipse to mangle symbols, interfaces, and guess at arguments. Might even work when I'm done.

    But how do I figure out the current map/chunk height? Off to look at class methods...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  2. world.getMaxHeight or something
     
Thread Status:
Not open for further replies.

Share This Page