Class TutorialToast

java.lang.Object
net.minecraft.client.toast.TutorialToast
All Implemented Interfaces:
Toast

@Environment(CLIENT)
public class TutorialToast
extends Object
implements Toast
  • Field Details

    • type

      private final TutorialToast.Type type
    • title

      private final Text title
    • description

      private final Text description
    • visibility

      private Toast.Visibility visibility
    • lastTime

      private long lastTime
    • lastProgress

      private float lastProgress
    • progress

      private float progress
    • hasProgressBar

      private final boolean hasProgressBar
  • Constructor Details

  • Method Details