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