Package net.swofty.enchantment.impl
Class EnchantmentEfficiency
java.lang.Object
net.swofty.event.value.SkyBlockValueEvent
net.swofty.enchantment.impl.EnchantmentEfficiency
- All Implemented Interfaces:
Ench
,EnchFromTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.swofty.enchantment.abstr.Ench
Ench.ApplyLevels
Nested classes/interfaces inherited from interface net.swofty.enchantment.abstr.EnchFromTable
EnchFromTable.TableLevels
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(int level) int
Class<? extends ValueUpdateEvent>
void
run
(ValueUpdateEvent event) Methods inherited from class net.swofty.event.value.SkyBlockValueEvent
cacheEvent, callValueUpdateEvent, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.swofty.enchantment.abstr.Ench
getSources, getStatistics
-
Constructor Details
-
EnchantmentEfficiency
public EnchantmentEfficiency()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceEnch
-
getLevelsToApply
- Specified by:
getLevelsToApply
in interfaceEnch
-
getGroups
-
getLevelsFromTableToApply
- Specified by:
getLevelsFromTableToApply
in interfaceEnchFromTable
-
getRequiredBookshelfPower
public int getRequiredBookshelfPower()- Specified by:
getRequiredBookshelfPower
in interfaceEnchFromTable
-
getValueEvent
- Specified by:
getValueEvent
in classSkyBlockValueEvent
-
run
- Specified by:
run
in classSkyBlockValueEvent
-