Class WorthManager
java.lang.Object
studio.magemonkey.divinity.manager.worth.WorthManager
- All Implemented Interfaces:
studio.magemonkey.codex.manager.api.Loadable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetItemWorth(org.bukkit.inventory.ItemStack item) voidsetup()voidshutdown()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.manager.api.Loadable
reload
-
Constructor Details
-
WorthManager
-
-
Method Details
-
setup
public void setup()- Specified by:
setupin interfacestudio.magemonkey.codex.manager.api.Loadable
-
shutdown
public void shutdown()- Specified by:
shutdownin interfacestudio.magemonkey.codex.manager.api.Loadable
-
getItemWorth
public double getItemWorth(@NotNull org.bukkit.inventory.ItemStack item)
-