Toast.Visibility| Modifier and Type | Field and Description |
|---|---|
private boolean |
justUpdated |
private List<Recipe<?>> |
recipes |
private long |
startTime |
field_2208, TOASTS_TEX| Constructor and Description |
|---|
RecipeToast(Recipe<?> recipe) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(Recipe<?> recipe) |
Toast.Visibility |
draw(ToastManager manager,
long currentTime) |
static void |
show(ToastManager toastManager,
Recipe<?> recipe) |
public RecipeToast(Recipe<?> recipe)
public Toast.Visibility draw(ToastManager manager, long currentTime)
public void addRecipe(Recipe<?> recipe)
public static void show(ToastManager toastManager, Recipe<?> recipe)