-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Added Firework Launch Effect Section and removed Firework Launch effect. #4793
Conversation
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.
Nice PR, just little formatting stuff
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Ayham Al Ali <alali_ayham@yahoo.com>
Co-authored-by: Ayham Al Ali <alali_ayham@yahoo.com>
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.
Some additional formatting changes
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/test/skript/tests/syntaxes/sections/EffSecFireworkLaunch.sk
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
Co-authored-by: APickledWalrus <apickledwalrus@gmail.com>
Co-authored-by: APickledWalrus <apickledwalrus@gmail.com>
Co-authored-by: APickledWalrus <apickledwalrus@gmail.com>
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/test/skript/tests/syntaxes/sections/EffSecFireworkLaunch.sk
Outdated
Show resolved
Hide resolved
Co-authored-by: Ayham Al Ali <alali_ayham@yahoo.com>
Co-authored-by: Ayham Al Ali <alali_ayham@yahoo.com>
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
Co-authored-by: APickledWalrus <apickledwalrus@gmail.com>
Co-authored-by: APickledWalrus <apickledwalrus@gmail.com>
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
- Change power variable to Integer instead of Number so Number#intValue only has to be called once. - Changed Consumer type to Firework instead of ? extends Firework to remove Consumer cast. - Added parentheses in toString message - added NotNull annotation to getHandlers method - Removed SuppressWarnings from walk since it's no longer needed
Once #4911 is merged you can adopt changes from there |
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.
Hi :D
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
Outdated
Show resolved
Hide resolved
src/test/skript/tests/syntaxes/sections/EffSecFireworkLaunch.sk
Outdated
Show resolved
Hide resolved
Co-authored-by: Ayham Al Ali <alali_ayham@yahoo.com>
@TFSMads Conflicts need to be resolved |
Closing as stale, refactored at #5542 |
Description
I have added a section to the firework launch effect, and removed the old firework launch effect.
Target Minecraft Versions: 1.11 and newer.
Requirements: No additional requirements.
Related Issues: No related issue.