Javadoc fix

This commit is contained in:
Daniel Saukel 2020-02-02 03:11:28 +01:00
parent a5b1e85148
commit 8026cb9ec5

View File

@ -21,8 +21,8 @@ import org.bukkit.block.Sign;
import org.bukkit.entity.Player;
/**
* A sign that performs a specific action every time it is triggered. It can have, but typically does not have a state. Consider using {@link Deactivatable)}
* for signs that change themselves when they are triggered.
* A sign that performs a specific action every time it is triggered. It can have, but typically does not have a state. Consider using {@link Deactivatable} for
* signs that change themselves when they are triggered.
* <p>
* For example, a classes sign with the default interact trigger sets your class every time you punch it.
*