Package net.swofty.item.items.weapon
Class Hyperion
java.lang.Object
net.swofty.item.items.weapon.Hyperion
- All Implemented Interfaces:
CustomSkyBlockAbility
,CustomSkyBlockItem
,Enchantable
,Reforgable
public class Hyperion
extends Object
implements CustomSkyBlockItem, CustomSkyBlockAbility, Reforgable, Enchantable
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.swofty.item.impl.CustomSkyBlockAbility
CustomSkyBlockAbility.AbilityActivation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getLore
(SkyBlockPlayer player, SkyBlockItem item) int
void
onAbilityUse
(SkyBlockPlayer player, SkyBlockItem sItem) boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.swofty.item.impl.CustomSkyBlockItem
getAbsoluteLore, getAbsoluteName
-
Constructor Details
-
Hyperion
public Hyperion()
-
-
Method Details
-
getStatistics
- Specified by:
getStatistics
in interfaceCustomSkyBlockItem
-
getLore
- Specified by:
getLore
in interfaceCustomSkyBlockItem
-
getAbilityName
- Specified by:
getAbilityName
in interfaceCustomSkyBlockAbility
-
getAbilityDescription
- Specified by:
getAbilityDescription
in interfaceCustomSkyBlockAbility
-
onAbilityUse
- Specified by:
onAbilityUse
in interfaceCustomSkyBlockAbility
-
getManaCost
public int getManaCost()- Specified by:
getManaCost
in interfaceCustomSkyBlockAbility
-
getAbilityCooldownTicks
public int getAbilityCooldownTicks()- Specified by:
getAbilityCooldownTicks
in interfaceCustomSkyBlockAbility
-
getAbilityActivation
- Specified by:
getAbilityActivation
in interfaceCustomSkyBlockAbility
-
getReforgeType
- Specified by:
getReforgeType
in interfaceReforgable
-
showEnchantLores
public boolean showEnchantLores()- Specified by:
showEnchantLores
in interfaceEnchantable
-
getItemGroups
- Specified by:
getItemGroups
in interfaceEnchantable
-