package com.laytonsmith.abstraction.events; /** * * @author KingFisher */ public interface MCWorldUnloadEvent extends MCWorldEvent { }