Package net.minestom.server.item
Class ItemDisplay
java.lang.Object
net.minestom.server.item.ItemDisplay
public class ItemDisplay
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ItemDisplay(ColoredText displayName, ColoredText[] lore)
-
Method Summary
Modifier and Type Method Description ColoredText
getDisplayName()
Gets the item display name.ColoredText[]
getLore()
Gets the item lore.
-
Constructor Details
-
Method Details
-
getDisplayName
Gets the item display name.- Returns:
- the item display name
-
getLore
Gets the item lore.- Returns:
- the item lore
-