Package net.glowstone.constants
Class GlowDisplaySlot
java.lang.Object
net.glowstone.constants.GlowDisplaySlot
ID number mappings for
DisplaySlots.-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetId(org.bukkit.scoreboard.DisplaySlot slot) Get the id for a specified DisplaySlot.
-
Method Details
-
getId
public static int getId(org.bukkit.scoreboard.DisplaySlot slot) Get the id for a specified DisplaySlot.- Parameters:
slot- the DisplaySlot.- Returns:
- the id number.
-