JavaDoc cleanup.

This commit is contained in:
EvilSeph
2011-06-22 17:05:45 -04:00
parent 7524109bf0
commit f709af58e5
12 changed files with 87 additions and 38 deletions

View File

@@ -40,7 +40,7 @@ public class BlockFadeEvent extends BlockEvent implements Cancellable {
* Sets the cancellation state of this event. A cancelled event will not
* be executed in the server, but will still pass to other plugins
*
* @param cancel true if you wish to cancel snow from forming during a ice formation
* @param cancel true if you wish to cancel blocks like snow or ice from melting or fading
*/
public void setCancelled(boolean cancel) {
this.cancelled = cancel;