net.minecraft.client.realms.gui

public class RealmsPopups

com.mojang.realmsclient.gui.screens.RealmsPopups
net.minecraft.class_9754
net.minecraft.client.realms.gui.RealmsPopups

Field summary

Modifier and TypeField
private static final int
COLOR_INFO
field_51819
INFO_TEXT_COLOR
private static final Text
INFO
field_51820
INFO_TEXT
private static final Text
WARNING
field_51821
WARNING_TEXT

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static PopupScreen
customPopupScreen(Screen backgroundScreen, Component popupTitle, Component popupMessage, Consumer<PopupScreen> onContinue)
method_71199(class_437 arg0, class_2561 arg1, class_2561 arg2, Consumer<class_8816> arg3)
createCustomPopup(Screen parent, Text title, Text message, Consumer<PopupScreen> onContinuePressed)
public static PopupScreen
infoPopupScreen(Screen backgroundScreen, Component popupMessage, Consumer<PopupScreen> onContinue)
method_60316(class_437 arg0, class_2561 arg1, Consumer<class_8816> arg2)
createInfoPopup(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed)
public static PopupScreen
warningPopupScreen(Screen backgroundScreen, Component popupMessage, Consumer<PopupScreen> onContinue)
method_60317(class_437 arg0, class_2561 arg1, Consumer<class_8816> arg2)
createContinuableWarningPopup(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed)
public static PopupScreen
warningAcknowledgePopupScreen(Screen backgroundScreen, Component popupMessage, Consumer<PopupScreen> onContinue)
method_60318(class_437 arg0, class_2561 arg1, Consumer<class_8816> arg2)
createNonContinuableWarningPopup(Screen parent, Text message, Consumer<PopupScreen> onOkPressed)