Uses of Class
net.minecraft.client.toast.TutorialToast
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.tutorial |
-
Uses of TutorialToast in net.minecraft.client
Fields in net.minecraft.client declared as TutorialToast Modifier and Type Field Description private @Nullable TutorialToast
MinecraftClient. socialInteractionsToast
-
Uses of TutorialToast in net.minecraft.client.tutorial
Fields in net.minecraft.client.tutorial declared as TutorialToast Modifier and Type Field Description private 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
private TutorialToast
TutorialManager.Entry. toast
Methods in net.minecraft.client.tutorial with parameters of type TutorialToast Modifier and Type Method Description void
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 Constructor Description Entry(TutorialToast toast, int expiry)