public interface CustomWeapon extends CustomItem
Modifier and Type | Method and Description |
---|---|
boolean |
canHaveSkillSlot()
Determines if the custom weapon can have a skillgem slot.
|
java.util.List<java.lang.String> |
getCustomWeaponLores(boolean hasSkillSlot)
Gets the lores to show on an instance of the custom weapon.
|
getCustomItemMaterials, use
boolean canHaveSkillSlot()
java.util.List<java.lang.String> getCustomWeaponLores(boolean hasSkillSlot)
hasSkillSlot
- If the weapon has a skillgem slot.