001 package org.bukkit.scoreboard; 002 003 /** 004 * Locations for displaying objectives to the player 005 */ 006 public enum DisplaySlot { 007 BELOW_NAME, 008 PLAYER_LIST, 009 SIDEBAR; 010 }