[Bleeding] Event no longer implements Serializable.
This commit is contained in:
@@ -8,10 +8,8 @@ import org.bukkit.event.HandlerList;
|
||||
/**
|
||||
* This event is fired when the player is almost about to enter the bed.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class PlayerBedEnterEvent extends PlayerEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
||||
private boolean cancel = false;
|
||||
private final Block bed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user