actually fix the javadoc

This commit is contained in:
Pyrbu 2023-10-31 20:16:14 +01:00
parent b400db4b4f
commit 85f6114af4

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