Enum Class Toast.Tutorial

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

public static enum Toast.Tutorial extends Enum<Toast.Tutorial>
Represents the icon next to the tutorial message.
  • Enum Constant Details

    • MOVEMENT_KEYS

      public static final Toast.Tutorial MOVEMENT_KEYS
      Learning how to move.
    • MOUSE

      public static final Toast.Tutorial MOUSE
      Learning how to use the mouse.
    • TREE

      public static final Toast.Tutorial TREE
      Learning how to punch a tree.
    • RECIPE_BOOK

      public static final Toast.Tutorial RECIPE_BOOK
      Learning how to open your inventory.
    • WOODEN_PLANKS

      public static final Toast.Tutorial WOODEN_PLANKS
      Learning how to craft.
    • SOCIAL_INTERACTIONS

      public static final Toast.Tutorial SOCIAL_INTERACTIONS
      Learning how to use the social interactions menu.
    • RIGHT_CLICK

      public static final Toast.Tutorial RIGHT_CLICK
      Learning how to use the bundle item.
  • Method Details

    • values

      public static Toast.Tutorial[] 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.Tutorial 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