Uses of Enum Class
net.minecraft.client.toast.Toast.Visibility
Packages that use Toast.Visibility
-
Uses of Toast.Visibility in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as Toast.VisibilityModifier and TypeFieldDescriptionprivate Toast.Visibility
ToastManager.Entry.visibility
private Toast.Visibility
TutorialToast.visibility
Methods in net.minecraft.client.toast that return Toast.VisibilityModifier and TypeMethodDescriptionAdvancementToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) RecipeToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) SystemToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) Toast.draw
(MatrixStack matrices, ToastManager manager, long startTime) TutorialToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) static Toast.Visibility
Returns the enum constant of this class with the specified name.static Toast.Visibility[]
Toast.Visibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.