45 MAX_CAPE(
new int[]{13280, 13329, 13331, 13333, 13335, 13337}, 1286, 7121, -1);
77 for (
int index = 0; index < data.getSkillcape().length; index++)
78 if (data.getSkillcape()[index] ==
id)
84 return Arrays.stream(values()).filter(s -> s.getSkill() ==
skill).findFirst();
A simple wrapper class which holds extra attributes for the item object.
Skillcape(int[] item, int graphic, int animation, int skill)
static boolean equip(Player player, Item item)
static Optional< Skillcape > forSkill(int skill)
The enumerated type whom holds all the currencies usable for a server.