Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move isEffect to WeatherEffect, add setEffect #362

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove spaces
Bammerbom committed Jan 3, 2015
commit 6e9b3264d385f4d95de8896f4b2b9e9a804d2d67
Original file line number Diff line number Diff line change
@@ -30,14 +30,14 @@
* Represents weather, such as {@link Lightning}.
*/
public interface WeatherEffect extends Entity {

/**
* Returns whether this weather effect is an effect and doesn't deal damage.
*
* @return Whether this weather effect is an effect
*/
boolean isEffect();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is wrong here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

javadocs also mention lightning instead of weathereffect


/**
* Sets whether this weather effect is an effect and doesn't deal damage.
*