switch it back to arrows from square brackets using html escape codes
This commit is contained in:
parent
85f6114af4
commit
416ae104fe
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ package lol.pyr.znpcsplus.api.hologram;
|
|||
public interface Hologram {
|
||||
/**
|
||||
* Adds a line to the hologram
|
||||
* Note: to add an item line, pass "item:[item]" as the line
|
||||
* Note: to add an item line, pass "item:<item>" as the line
|
||||
* @param line The line to add
|
||||
*/
|
||||
void addLine(String line);
|
||||
|
|
Loading…
Reference in a new issue