[Bleeding] Event no longer implements Serializable.
This commit is contained in:
@@ -9,10 +9,8 @@ import org.bukkit.event.HandlerList;
|
||||
* <p />
|
||||
* If a Creeper Power event is cancelled, the Creeper will not be powered.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class CreeperPowerEvent extends EntityEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
||||
private boolean canceled;
|
||||
private final PowerCause cause;
|
||||
private Entity bolt;
|
||||
|
||||
Reference in New Issue
Block a user