Interface HudManager


public interface HudManager
Represents hud manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull @Unmodifiable Set<Hud>
    Gets all hud.
    @NotNull @Unmodifiable Set<String>
    Gets all hud's name.
    @Nullable Hud
    getHud(@NotNull String name)
    Gets hud by given name.
  • Method Details

    • getHud

      @Nullable @Nullable Hud getHud(@NotNull @NotNull String name)
      Gets hud by given name.
      Parameters:
      name - id.
      Returns:
      hud or null
    • getAllNames

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

      @NotNull @NotNull @Unmodifiable Set<Hud> getAllHuds()
      Gets all hud.
      Returns:
      all hud