attempt to fix the javadoc

This commit is contained in:
Pyrbu 2023-10-31 20:15:20 +01:00
parent cadde2c184
commit b400db4b4f

@ -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);