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
FieldsModifier and TypeFieldDescriptionprivate booleanprivate static final Componentprivate static final longprivate longprivate static final ComponentFields inherited from interface net.minecraft.client.gui.components.toasts.Toast
NO_TOKEN, SLOT_HEIGHT, TEXTURE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate voidstatic voidaddOrUpdate(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