[Bleeding] Event no longer implements Serializable.
This commit is contained in:
@@ -13,7 +13,6 @@ import org.bukkit.event.HandlerList;
|
||||
* <li>If you want to figure out what is being placed, use {@link #getMaterial()} or {@link #getMaterialId()} instead.</li>
|
||||
* </ul>
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class BlockCanBuildEvent extends BlockEvent {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
protected boolean buildable;
|
||||
|
||||
Reference in New Issue
Block a user