Class RefItemLore
-
- All Implemented Interfaces:
public final class RefItemLore
-
-
Constructor Summary
Constructors Constructor Description RefItemLore(List<RefComponent> lines, List<RefComponent> styledLines)
-
Method Summary
Modifier and Type Method Description native List<RefComponent>
lines()
native List<RefComponent>
styledLines()
-
-
Constructor Detail
-
RefItemLore
RefItemLore(List<RefComponent> lines, List<RefComponent> styledLines)
-
-
Method Detail
-
lines
native List<RefComponent> lines()
-
styledLines
native List<RefComponent> styledLines()
-
-
-
-