mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-25 03:55:22 +01:00
Javadoc fix
This commit is contained in:
parent
a5b1e85148
commit
8026cb9ec5
@ -21,8 +21,8 @@ import org.bukkit.block.Sign;
|
|||||||
import org.bukkit.entity.Player;
|
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)}
|
* 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
|
||||||
* for signs that change themselves when they are triggered.
|
* signs that change themselves when they are triggered.
|
||||||
* <p>
|
* <p>
|
||||||
* For example, a classes sign with the default interact trigger sets your class every time you punch it.
|
* For example, a classes sign with the default interact trigger sets your class every time you punch it.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user