Class TutorialToast

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

public class TutorialToast extends Object implements IToast
  • Field Details

    • icon

      private final TutorialToast.Icons icon
    • title

      private final ITextComponent title
    • message

      private final ITextComponent message
    • visibility

      private IToast.Visibility visibility
    • lastProgressTime

      private long lastProgressTime
    • lastProgress

      private float lastProgress
    • progress

      private float progress
    • progressable

      private final boolean progressable
  • Constructor Details

  • Method Details

    • render

      public IToast.Visibility render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
      Specified by:
      render in interface IToast
    • hide

      public void hide()
    • updateProgress

      public void updateProgress(float p_193669_1_)