Package me.ulrich.koth.interfaces
Interface ItemLine
- All Superinterfaces:
Line
A class which handles
ItemStack displays on any Hologram-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackGet theItemStackthat theItemLinecurrently representsvoidsetItemStack(org.bukkit.inventory.ItemStack itemStack) Set theItemStacktheItemLinedisplaysMethods inherited from interface me.ulrich.koth.interfaces.Line
updateHologram
-
Method Details
-
getItemStack
org.bukkit.inventory.ItemStack getItemStack()Get theItemStackthat theItemLinecurrently represents- Returns:
- The current displayed
ItemStack
-
setItemStack
void setItemStack(org.bukkit.inventory.ItemStack itemStack) Set theItemStacktheItemLinedisplays- Parameters:
itemStack- TheItemStackto display
-