Package net.minecraft.client.toast
Class RecipeToast
java.lang.Object
net.minecraft.client.toast.RecipeToast
- All Implemented Interfaces:
Toast
@Environment(CLIENT) public class RecipeToast extends Object implements Toast
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.toast.Toast
Toast.Visibility -
Field Summary
Fields Modifier and Type Field Description private static TextDESCRIPTIONprivate booleanjustUpdatedprivate List<Recipe<?>>recipesprivate longstartTimeprivate static TextTITLE -
Constructor Summary
Constructors Constructor Description RecipeToast(Recipe<?> recipes) -
Method Summary
Modifier and Type Method Description private voidaddRecipes(Recipe<?> recipes)Toast.Visibilitydraw(MatrixStack matrices, ToastManager manager, long startTime)static voidshow(ToastManager manager, Recipe<?> recipes)