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 pToastManager, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static voidSystemToast.addOrUpdate(ToastManager pToastManager, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static voidSystemToast.forceHide(ToastManager pToastManager, SystemToast.SystemToastId pId) static SystemToastSystemToast.multiline(Minecraft pMinecraft, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) Constructors in net.minecraft.client.gui.components.toasts with parameters of type SystemToast.SystemToastIdModifierConstructorDescriptionprivateSystemToast(SystemToast.SystemToastId pId, Component pTitle, List<FormattedCharSequence> pMessageLines, int pWidth) SystemToast(SystemToast.SystemToastId pId, Component pTitle, Component pMessage)