package com.laytonsmith.abstraction.enums; import com.laytonsmith.annotations.MEnum; /** * * @author Hekta */ @MEnum("RemoveCause") public enum MCRemoveCause { DEFAULT, ENTITY, EXPLOSION, OBSTRUCTION, PHYSICS }