attempt to fix the javadoc
This commit is contained in:
parent
cadde2c184
commit
b400db4b4f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ package lol.pyr.znpcsplus.api.hologram;
|
||||||
public interface Hologram {
|
public interface Hologram {
|
||||||
/**
|
/**
|
||||||
* Adds a line to the 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
|
* @param line The line to add
|
||||||
*/
|
*/
|
||||||
void addLine(String line);
|
void addLine(String line);
|
||||||
|
|
Loading…
Reference in a new issue