Package net.mcreator.ui.notifications
Interface INotificationConsumer
- All Known Implementing Classes:
MCreator,MCreatorFrame,ModMaker,ResourcePackMaker,WorkspaceSelector
public interface INotificationConsumer
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddNotification(String title, String text, NotificationsRenderer.ActionButton... actionButtons) default voidaddNotification(String title, ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons) default voidaddNotification(String text, NotificationsRenderer.ActionButton... actionButtons) default voidaddNotification(ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons)
-
Method Details
-
getNotificationsRenderer
NotificationsRenderer getNotificationsRenderer() -
addNotification
default void addNotification(String title, String text, NotificationsRenderer.ActionButton... actionButtons) -
addNotification
default void addNotification(String title, ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons) -
addNotification
default void addNotification(ImageIcon icon, String text, NotificationsRenderer.ActionButton... actionButtons) -
addNotification
-