Uses of Enum Class
net.minecraft.client.gui.components.toasts.SystemToast.SystemToastIds
Packages that use SystemToast.SystemToastIds
-
Uses of SystemToast.SystemToastIds in net.minecraft.client.gui.components.toasts
Fields in net.minecraft.client.gui.components.toasts declared as SystemToast.SystemToastIdsMethods in net.minecraft.client.gui.components.toasts that return SystemToast.SystemToastIdsModifier 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.Methods in net.minecraft.client.gui.components.toasts with parameters of type SystemToast.SystemToastIdsModifier 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_) Constructors in net.minecraft.client.gui.components.toasts with parameters of type SystemToast.SystemToastIdsModifierConstructorDescriptionprivate
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_)