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.SystemToastIdsReturns 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 voidSystemToast.add(ToastComponent p_94856_, SystemToast.SystemToastIds p_94857_, Component p_94858_, Component p_94859_)static voidSystemToast.addOrUpdate(ToastComponent p_94870_, SystemToast.SystemToastIds p_94871_, Component p_94872_, Component p_94873_)static SystemToastSystemToast.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.SystemToastIdsModifierConstructorDescriptionprivateSystemToast(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_)