Interface HintManager
- All Superinterfaces:
Manager
- All Known Implementing Classes:
Hints
HintManager
This interface represents a hint manager, that sends suggestions for players, when they are holding coding item or looking on coding block.-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckForHints(@NotNull org.bukkit.entity.Player player) Checks player for suggestions and sends hint in action bar if it's necessary.
-
Method Details
-
checkForHints
void checkForHints(@NotNull @NotNull org.bukkit.entity.Player player) Checks player for suggestions and sends hint in action bar if it's necessary.- Parameters:
player- player to check.
-