Commits

md_5 authored 721e678da02
Fix javadoc in previous commit
No tags

src/main/java/org/bukkit/World.java

Modified
1024 1024 * {@link #hasStorm()} are both false.
1025 1025 *
1026 1026 * @return true if clear weather
1027 1027 */
1028 1028 public boolean isClearWeather();
1029 1029
1030 1030 /**
1031 1031 * Set the clear weather duration.
1032 1032 *
1033 1033 * The clear weather ticks determine whether or not the world will be
1034 - * allowed to rain or storm. If clear weather ticks are > 0, the world will
1034 + * allowed to rain or storm. If clear weather ticks are > 0, the world will
1035 1035 * not naturally do either until the duration has elapsed.
1036 1036 *
1037 1037 * This method is equivalent to calling {@code /weather clear} with a set
1038 1038 * amount of ticks.
1039 1039 *
1040 1040 * @param duration duration in ticks
1041 1041 */
1042 1042 public void setClearWeatherDuration(int duration);
1043 1043
1044 1044 /**

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut