Uses of Class
net.minecraft.client.gui.components.toasts.SystemToast.SystemToastId
Packages that use SystemToast.SystemToastId
-
Uses of SystemToast.SystemToastId in net.minecraft.client.gui.components.toasts
Fields in net.minecraft.client.gui.components.toasts declared as SystemToast.SystemToastIdModifier and TypeFieldDescriptionstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.CHUNK_LOAD_FAILUREstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.CHUNK_SAVE_FAILUREstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.FILE_DROP_FAILUREprivate final SystemToast.SystemToastIdSystemToast.idstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.LOW_DISK_SPACEstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.NARRATOR_TOGGLEstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.PACK_COPY_FAILUREstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.PACK_LOAD_FAILUREstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.PERIODIC_NOTIFICATIONstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.UNSECURE_SERVER_WARNINGstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.WORLD_ACCESS_FAILUREstatic final SystemToast.SystemToastIdSystemToast.SystemToastId.WORLD_BACKUPMethods in net.minecraft.client.gui.components.toasts that return SystemToast.SystemToastIdMethods in net.minecraft.client.gui.components.toasts with parameters of type SystemToast.SystemToastIdModifier and TypeMethodDescriptionstatic voidSystemToast.add(ToastManager toastManager, SystemToast.SystemToastId id, Component title, @Nullable Component message) static voidSystemToast.addOrUpdate(ToastManager toastManager, SystemToast.SystemToastId id, Component title, @Nullable Component message) static voidSystemToast.forceHide(ToastManager toastManager, SystemToast.SystemToastId id) static SystemToastSystemToast.multiline(Minecraft minecraft, SystemToast.SystemToastId id, Component title, Component message) Constructors in net.minecraft.client.gui.components.toasts with parameters of type SystemToast.SystemToastIdModifierConstructorDescriptionprivateSystemToast(SystemToast.SystemToastId id, Component title, List<FormattedCharSequence> messageLines, int width) SystemToast(SystemToast.SystemToastId id, Component title, @Nullable Component message)