Interface HintManager

All Superinterfaces:
Manager
All Known Implementing Classes:
Hints

public interface HintManager extends Manager

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 Type
    Method
    Description
    void
    checkForHints(@NotNull org.bukkit.entity.Player player)
    Checks player for suggestions and sends hint in action bar if it's necessary.

    Methods inherited from interface Manager

    getName, init, isEnabled
    Modifier and Type
    Method
    Description
    Returns name of manager, that will be displayed by request in the logs.
    void
    Initialization of manager.
    boolean
    Checks if manager is ready to work.
  • 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.