Enum Class Toast.System

java.lang.Object
java.lang.Enum<Toast.System>
xyz.gmitch215.socketmc.screen.Toast.System
All Implemented Interfaces:
Serializable, Comparable<Toast.System>, Constable
Enclosing class:
Toast

public static enum Toast.System extends Enum<Toast.System>
Represents the types for a System Toast Message.
  • Enum Constant Details

    • NARRATOR_TOGGLE

      public static final Toast.System NARRATOR_TOGGLE
      The narrator has been toggled.
    • WORLD_BACKUP

      public static final Toast.System WORLD_BACKUP
      Your world has been backed up.
    • PACK_LOAD_FAILURE

      public static final Toast.System PACK_LOAD_FAILURE
      A resource pack failed to load.
    • WORLD_ACCESS_FAILURE

      public static final Toast.System WORLD_ACCESS_FAILURE
      You cannot access the world.
    • PACK_COPY_FAILURE

      public static final Toast.System PACK_COPY_FAILURE
      A resource pack failed to copy.
    • FILE_DROP_FAILURE

      public static final Toast.System FILE_DROP_FAILURE
      A file being added to the world failed to copy.
    • PERIODIC_NOTIFICATION

      public static final Toast.System PERIODIC_NOTIFICATION
      A simple periodic notification.
    • LOW_DISK_SPACE

      public static final Toast.System LOW_DISK_SPACE
      Your game has low disk space.
    • CHUNK_LOAD_FAILURE

      public static final Toast.System CHUNK_LOAD_FAILURE
      A chunk failed to load.
    • CHUNK_SAVE_FAILURE

      public static final Toast.System CHUNK_SAVE_FAILURE
      A chunk failed to save.
    • UNSECURE_SERVER_WARNING

      public static final Toast.System UNSECURE_SERVER_WARNING
      The server you are connecting to is unsecure.
  • Method Details

    • values

      public static Toast.System[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Toast.System valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null