package com.laytonsmith.abstraction.enums; import com.laytonsmith.annotations.MEnum; /** * Scoreboard displayslots * * @author jb_aero */ @MEnum("DisplaySlot") public enum MCDisplaySlot { BELOW_NAME, PLAYER_LIST, SIDEBAR }