-
-
Methods in net.minecraft.client.toast with parameters of type ToastManager
Modifier and Type |
Method |
Description |
static void |
SystemToast.add(ToastManager manager,
SystemToast.Type type,
Text title,
@Nullable Text 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) |
private void |
SystemToast.drawPart(MatrixStack matrices,
ToastManager manager,
int width,
int textureV,
int y,
int height) |
|
static void |
RecipeToast.show(ToastManager manager,
Recipe<?> recipes) |
|
static void |
SystemToast.show(ToastManager manager,
SystemToast.Type type,
Text title,
@Nullable Text description) |
|