public class SkillIconHeads
extends java.lang.Object
Constructor and Description |
---|
SkillIconHeads() |
Modifier and Type | Method and Description |
---|---|
static org.bukkit.inventory.ItemStack |
getGuildHallItem() |
static org.bukkit.inventory.ItemStack |
getSkillAgilityItem(int points) |
static org.bukkit.inventory.ItemStack |
getSkillHealthItem(int points) |
static org.bukkit.inventory.ItemStack |
getSkillLuckItem(int points) |
static org.bukkit.inventory.ItemStack |
getSkillMagicItem(int points) |
static org.bukkit.inventory.ItemStack |
getSkillStrengthItem(int points) |
static org.bukkit.inventory.ItemStack |
getSkillTradingItem(int points) |
public static org.bukkit.inventory.ItemStack getSkillHealthItem(int points)
points
- The statpoints spent in this category.public static org.bukkit.inventory.ItemStack getSkillTradingItem(int points)
points
- The statpoints spent in this category.public static org.bukkit.inventory.ItemStack getSkillLuckItem(int points)
points
- The statpoints spent in this category.public static org.bukkit.inventory.ItemStack getSkillMagicItem(int points)
points
- The statpoints spent in this category.public static org.bukkit.inventory.ItemStack getSkillStrengthItem(int points)
points
- The statpoints spent in this category.public static org.bukkit.inventory.ItemStack getSkillAgilityItem(int points)
points
- The statpoints spent in this category.public static org.bukkit.inventory.ItemStack getGuildHallItem()