Class RecipeToast
java.lang.Object
net.minecraft.client.gui.components.toasts.RecipeToast
- All Implemented Interfaces:
Toast
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.components.toasts.Toast
Toast.Visibility
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private static final Component
private static final long
private long
private static final Component
Fields inherited from interface net.minecraft.client.gui.components.toasts.Toast
NO_TOKEN, SLOT_HEIGHT, TEXTURE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
static void
addOrUpdate
(ToastComponent p_94818_, Recipe<?> p_94819_) render
(PoseStack p_94814_, ToastComponent p_94815_, long p_94816_)
-
Field Details
-
DISPLAY_TIME
private static final long DISPLAY_TIME- See Also:
-
TITLE_TEXT
-
DESCRIPTION_TEXT
-
recipes
-
lastChanged
private long lastChanged -
changed
private boolean changed
-
-
Constructor Details
-
RecipeToast
-
-
Method Details