Uses of Enum Class
net.minecraft.client.gui.components.toasts.SystemToast.SystemToastIds
-
Uses of SystemToast.SystemToastIds in net.minecraft.client.gui.components.toasts
Modifier and TypeMethodDescriptionSystemToast.getToken()
static SystemToast.SystemToastIds
Returns the enum constant of this class with the specified name.static SystemToast.SystemToastIds[]
SystemToast.SystemToastIds.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
SystemToast.add
(ToastComponent p_94856_, SystemToast.SystemToastIds p_94857_, Component p_94858_, Component p_94859_) static void
SystemToast.addOrUpdate
(ToastComponent p_94870_, SystemToast.SystemToastIds p_94871_, Component p_94872_, Component p_94873_) static SystemToast
SystemToast.multiline
(Minecraft p_94848_, SystemToast.SystemToastIds p_94849_, Component p_94850_, Component p_94851_) ModifierConstructorDescriptionprivate
SystemToast
(SystemToast.SystemToastIds p_94827_, Component p_94828_, List<FormattedCharSequence> p_94829_, int p_94830_) SystemToast
(SystemToast.SystemToastIds p_94832_, Component p_94833_, Component p_94834_)