Package net.glowstone.constants
Class GlowDisplaySlot
java.lang.Object
net.glowstone.constants.GlowDisplaySlot
ID number mappings for
DisplaySlot
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getId
(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.
-