Uses of Class
net.minecraft.client.toast.TutorialToast
Packages that use TutorialToast
-
Uses of TutorialToast in net.minecraft.client
Fields in net.minecraft.client declared as TutorialToastModifier and TypeFieldDescriptionprivate @Nullable TutorialToast
MinecraftClient.socialInteractionsToast
-
Uses of TutorialToast in net.minecraft.client.tutorial
Fields in net.minecraft.client.tutorial declared as TutorialToastModifier and TypeFieldDescriptionprivate TutorialToast
MovementTutorialStepHandler.lookAroundToast
private TutorialToast
MovementTutorialStepHandler.moveToast
private @Nullable TutorialToast
BundleTutorial.toast
private TutorialToast
CraftPlanksTutorialStepHandler.toast
private TutorialToast
FindTreeTutorialStepHandler.toast
private TutorialToast
OpenInventoryTutorialStepHandler.toast
private TutorialToast
PunchTreeTutorialStepHandler.toast
(package private) TutorialToast
TutorialManager.Entry.toast
Methods in net.minecraft.client.tutorial with parameters of type TutorialToastModifier and TypeMethodDescriptionvoid
TutorialManager.add(TutorialToast toast, int ticks)
Adds an active tutorial entry to this manager and the corresponding toast to the client's toast manager.void
TutorialManager.remove(TutorialToast toast)
Removes an active tutorial from this manager if it's present and hides the toast.Constructors in net.minecraft.client.tutorial with parameters of type TutorialToast