Package xyz.gmitch215.socketmc.screen
Enum Class Toast.Tutorial
- All Implemented Interfaces:
Serializable
,Comparable<Toast.Tutorial>
,Constable
- Enclosing class:
Toast
Represents the icon next to the tutorial message.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionLearning how to use the mouse.Learning how to move.Learning how to open your inventory.Learning how to use the bundle item.Learning how to use the social interactions menu.Learning how to punch a tree.Learning how to craft. -
Method Summary
Modifier and TypeMethodDescriptionstatic Toast.Tutorial
Returns the enum constant of this class with the specified name.static Toast.Tutorial[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MOVEMENT_KEYS
Learning how to move. -
MOUSE
Learning how to use the mouse. -
TREE
Learning how to punch a tree. -
RECIPE_BOOK
Learning how to open your inventory. -
WOODEN_PLANKS
Learning how to craft. -
SOCIAL_INTERACTIONS
Learning how to use the social interactions menu. -
RIGHT_CLICK
Learning how to use the bundle item.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-