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.SystemToastId
SystemToast.SystemToastId.CHUNK_LOAD_FAILURE
static final SystemToast.SystemToastId
SystemToast.SystemToastId.CHUNK_SAVE_FAILURE
static final SystemToast.SystemToastId
SystemToast.SystemToastId.FILE_DROP_FAILURE
private final SystemToast.SystemToastId
SystemToast.id
static final SystemToast.SystemToastId
SystemToast.SystemToastId.LOW_DISK_SPACE
static final SystemToast.SystemToastId
SystemToast.SystemToastId.NARRATOR_TOGGLE
static final SystemToast.SystemToastId
SystemToast.SystemToastId.PACK_COPY_FAILURE
static final SystemToast.SystemToastId
SystemToast.SystemToastId.PACK_LOAD_FAILURE
static final SystemToast.SystemToastId
SystemToast.SystemToastId.PERIODIC_NOTIFICATION
static final SystemToast.SystemToastId
SystemToast.SystemToastId.UNSECURE_SERVER_WARNING
static final SystemToast.SystemToastId
SystemToast.SystemToastId.WORLD_ACCESS_FAILURE
static final SystemToast.SystemToastId
SystemToast.SystemToastId.WORLD_BACKUP
Methods 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 void
SystemToast.add
(ToastComponent pToastComponent, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static void
SystemToast.addOrUpdate
(ToastComponent pToastComponent, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static void
SystemToast.forceHide
(ToastComponent pToastComponent, SystemToast.SystemToastId pId) static SystemToast
SystemToast.multiline
(Minecraft pMinecraft, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) Constructors in net.minecraft.client.gui.components.toasts with parameters of type SystemToast.SystemToastIdModifierConstructorDescriptionprivate
SystemToast
(SystemToast.SystemToastId pId, Component pTitle, List<FormattedCharSequence> pMessageLines, int pWidth) SystemToast
(SystemToast.SystemToastId pId, Component pTitle, Component pMessage)