|
| L2ArmorSet (int chest, int legs, int head, int gloves, int feet, int skill_id, int shield, int shield_skill_id, int enchant6skill) |
|
boolean | containAll (int chest, int legs, int head, int gloves, int feet) |
|
boolean | containAll (L2PcInstance player) |
|
boolean | containItem (int slot, int itemId) |
|
boolean | containShield (int shield_id) |
|
boolean | containShield (L2PcInstance player) |
|
int | getEnchant6skillId () |
|
int | getShieldSkillId () |
|
int | getSkillId () |
|
boolean | isEnchanted6 (L2PcInstance player) |
|
◆ containAll()
boolean com.premium.game.model.L2ArmorSet.containAll |
( |
L2PcInstance |
player | ) |
|
|
inline |
Checks if player have equiped all items from set (not checking shield)
- Parameters
-
player | whose inventory is being checked |
- Returns
- true if player equips whole set
◆ isEnchanted6()
boolean com.premium.game.model.L2ArmorSet.isEnchanted6 |
( |
L2PcInstance |
player | ) |
|
|
inline |
Checks if all parts of set are enchanted to +6 or more
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/model/L2ArmorSet.java