Interface CompassManager


public interface CompassManager
Compass manager
  • Method Details

    • getCompass

      @Nullable @Nullable Compass getCompass(@NotNull @NotNull String name)
      Gets compass by given name.
      Parameters:
      name - id.
      Returns:
      compass or null
    • getAllNames

      @NotNull @NotNull @Unmodifiable Set<String> getAllNames()
      Gets all compass's name.
      Returns:
      all names of compass
    • getAllCompasses

      @NotNull @NotNull @Unmodifiable Set<Compass> getAllCompasses()
      Gets all compasses.
      Returns:
      all compasses