Biome Value [SOLVED]

Discussion in 'Plugin Development' started by Fuzzwolf, Oct 26, 2011.

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

    Fuzzwolf

    Thanks everybody for the help.
     
  2. Offline

    DDoS


    To get the enum constant TUNDRA, you need to refer to the class containing it. Try:

    Code:
    if (block.equals(Biome.TUNDRA)) {
    And please rename "block" to "biome", that should help you understand your code better.
     
    r3Fuze likes this.
  3. Offline

    thehutch

    idk how good your Java is but if your new to the API I would start off looking at all the easy stuff and find your way through the API think of a project you might want to start and practice some stuff using the API for what your going to make
     
  4. Offline

    Fuzzwolf

    Ah, thank you ^^.
     
  5. Offline

    Windwaker

    @Fuzzwolf
    Welcome to the Bukkit project :)
     
    Daniel Heppner likes this.
  6. You could probally find some useful stuff here for the future :)
     
  7. Offline

    Fuzzwolf

    @Walker Crouse
    @r3Fuze

    Thanks to both of you :D. I'm excited about this search box in doxygen :p.
     
  8. Offline

    Windwaker

    Doxygen sucks for the most part :(

    The standard Javadoc isn't working at the moment...
     
  9. Offline

    Fuzzwolf

    Oh? I always thought that jd.bukkit.org (which appears to be working properly) was standard? At least that's what I import for documentation.
     
  10. Offline

    Windwaker

    It is but there is

    jd.bukkit.org/doxygen

    and

    jd.bukkit.org/apidocs

    The apidocs are bugged at the moment and are not being updated. Doxygen is ugly.
     
  11. Offline

    Fuzzwolf

    Ah, okay.
     
  12. Offline

    MrMag518

    Doxygen is awesome..
     
  13. Offline

    Windwaker

    meh
     
Thread Status:
Not open for further replies.

Share This Page