SpongePowered / SpongeAPI

A Minecraft plugin API
http://www.spongepowered.org/
MIT License
1.14k stars 342 forks source link

Lightning effect has no setter #346

Closed Skepfyr closed 9 years ago

Skepfyr commented 9 years ago

In Lightning.java there is currently no way to set if the lighning bolt is just an effect.

bensku commented 9 years ago

I think that the isEffect methods should also moved to WeatherEffect... And then I would add it the setEffect to same class.

gabizou commented 9 years ago

Adding to OCD list.