Class HudFragment

java.lang.Object
mindustry.ui.fragments.HudFragment

public class HudFragment extends Object
  • Field Details

  • Constructor Details

    • HudFragment

      public HudFragment()
  • Method Details

    • build

      public void build(Group parent)
    • setPlayerTeamEditor

      public static void setPlayerTeamEditor(mindustry.gen.Player player, Team team)
    • setHudText

      public void setHudText(String text)
    • toggleHudText

      public void toggleHudText(boolean shown)
    • hasToast

      public boolean hasToast()
    • showToast

      public void showToast(String text)
    • showToast

      public void showToast(Drawable icon, String text)
    • showToast

      public void showToast(Drawable icon, float size, String text)
    • showUnlock

      public void showUnlock(UnlockableContent content)
      Show unlock notification for a new recipe.
    • showLaunch

      public void showLaunch()
    • showLand

      public void showLand()