mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
#640: Add new Causes for LightningStrikeEvent
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
d4eef77474
commit
64a83e2da9
@ -72,6 +72,14 @@ public class LightningStrikeEvent extends WeatherEvent implements Cancellable {
|
||||
* Triggered by the /summon command.
|
||||
*/
|
||||
COMMAND,
|
||||
/**
|
||||
* Triggered by a Plugin.
|
||||
*/
|
||||
CUSTOM,
|
||||
/**
|
||||
* Triggered by a Spawner.
|
||||
*/
|
||||
SPAWNER,
|
||||
/**
|
||||
* Triggered by an enchanted trident.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user