-
Methods in net.minecraft.client.toast that return Toast.Visibility
| Modifier and Type |
Method |
Description |
Toast.Visibility |
AdvancementToast.draw(MatrixStack matrices,
ToastManager manager,
long startTime) |
Toast.Visibility |
RecipeToast.draw(MatrixStack matrices,
ToastManager manager,
long startTime) |
Toast.Visibility |
SystemToast.draw(MatrixStack matrices,
ToastManager manager,
long startTime) |
Toast.Visibility |
Toast.draw(MatrixStack matrices,
ToastManager manager,
long startTime) |
|
Toast.Visibility |
TutorialToast.draw(MatrixStack matrices,
ToastManager manager,
long startTime) |
static Toast.Visibility |
Toast.Visibility.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Toast.Visibility[] |
Toast.Visibility.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|