1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
This commit is contained in:
uiytt 2020-10-14 17:39:16 +02:00
parent 916d2bf4ba
commit 08b32ce89f

View File

@ -16,9 +16,9 @@ import javax.annotation.Nonnull;
import javax.annotation.ParametersAreNonnullByDefault; import javax.annotation.ParametersAreNonnullByDefault;
/** /**
* This {@link Event} is called whenever a {@link Player} click to unlock a research. * This {@link Event} is called whenever a {@link Player} clicks to unlock a research.
* This is called called before {@link Research#canUnlock(Player)} * This is called before {@link Research#canUnlock(Player)}.
* The event is not called for the cheat sheet * The event is not called for the cheat sheet.
* *
* @author uiytt * @author uiytt
* *