Uses of Class
me.fami6xx.rpuniverse.core.basicneeds.ConsumableItem
Packages that use ConsumableItem
Package
Description
-
Uses of ConsumableItem in me.fami6xx.rpuniverse.core.basicneeds
Methods in me.fami6xx.rpuniverse.core.basicneeds that return ConsumableItemModifier and TypeMethodDescriptionBasicNeedsHandler.getConsumable(org.bukkit.inventory.ItemStack item)Get the consumable item for the given item.Methods in me.fami6xx.rpuniverse.core.basicneeds that return types with arguments of type ConsumableItemModifier and TypeMethodDescriptionHashMap<org.bukkit.inventory.ItemStack,ConsumableItem>BasicNeedsHandler.getConsumables()Get the consumable items.Methods in me.fami6xx.rpuniverse.core.basicneeds with parameters of type ConsumableItemModifier and TypeMethodDescriptionvoidBasicNeedsHandler.addConsumable(org.bukkit.inventory.ItemStack item, ConsumableItem consumable)Add a consumable item to the handler. -
Uses of ConsumableItem in me.fami6xx.rpuniverse.core.misc.datahandlers
Methods in me.fami6xx.rpuniverse.core.misc.datahandlers that return types with arguments of type ConsumableItemModifier and TypeMethodDescriptionHashMap<org.bukkit.inventory.ItemStack,ConsumableItem>IDataHandler.loadConsumables()Loads the consumables for the BasicNeedsHandler.HashMap<org.bukkit.inventory.ItemStack,ConsumableItem>JSONDataHandler.loadConsumables()Loads the consumables for the BasicNeedsHandler.