-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Conversation
* | ||
* @return Whether this strike is an effect | ||
*/ | ||
boolean isEffect(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation is wrong here.
There was a problem hiding this comment.
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
@@ -30,5 +30,18 @@ | |||
* Represents weather, such as {@link Lightning}. | |||
*/ | |||
public interface WeatherEffect extends Entity { | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You pasted spaces in here. (Hover the line, then you see it.)
Adding to OCD list. |
Is this a minor issue? |
I'd suggest you give the Contribution guidelines a read. Specifically to take note of this piece:
|
#346