Class TutorialToast

java.lang.Object
net.minecraft.client.gui.components.toasts.TutorialToast
All Implemented Interfaces:
Toast

public class TutorialToast extends Object implements Toast
  • Field Details

  • Constructor Details

  • Method Details

    • getWantedVisibility

      public Toast.Visibility getWantedVisibility()
      Specified by:
      getWantedVisibility in interface Toast
    • update

      public void update(ToastManager manager, long fullyVisibleForMs)
      Specified by:
      update in interface Toast
    • height

      public int height()
      Specified by:
      height in interface Toast
    • contentHeight

      private int contentHeight()
    • render

      public void render(GuiGraphics graphics, Font font, long fullyVisibleForMs)
      Specified by:
      render in interface Toast
    • hide

      public void hide()
    • updateProgress

      public void updateProgress(float progress)