public class ItemManager extends Object
Constructor and Description |
---|
ItemManager(MythicMobs core) |
Modifier and Type | Method and Description |
---|---|
Optional<MythicItem> |
getItem(String name) |
String |
getItemAttribute(String input) |
Collection<String> |
getItemNames() |
Collection<MythicItem> |
getItems() |
org.bukkit.inventory.ItemStack |
getItemStack(String name) |
void |
loadItems() |
boolean |
registerItem(String internalName,
MythicItem item) |
public ItemManager(MythicMobs core)
public void loadItems()
public Collection<MythicItem> getItems()
public Collection<String> getItemNames()
public Optional<MythicItem> getItem(String name)
public org.bukkit.inventory.ItemStack getItemStack(String name)
public boolean registerItem(String internalName, MythicItem item)
Copyright © 2020. All rights reserved.