Enum Class ChatPaginator.DefaultVars
java.lang.Object
java.lang.Enum<ChatPaginator.DefaultVars>
com.stardevllc.starmclib.paginator.ChatPaginator.DefaultVars
- All Implemented Interfaces:
ChatPaginator.Vars,Serializable,Comparable<ChatPaginator.DefaultVars>,Constable
- Enclosing class:
ChatPaginator<T>
public static enum ChatPaginator.DefaultVars
extends Enum<ChatPaginator.DefaultVars>
implements ChatPaginator.Vars
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionreplace(String text, Actor actor, ChatPaginator<?> paginator) replace(String text, Actor actor, ChatPaginator<?> paginator, Object element) toString()static ChatPaginator.DefaultVarsReturns the enum constant of this class with the specified name.static ChatPaginator.DefaultVars[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CURRENT_PAGE
-
NEXT_PAGE
-
TOTAL_PAGES
-
ELEMENT
-
-
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
-
replace
- Specified by:
replacein interfaceChatPaginator.Vars
-
replace
- Specified by:
replacein interfaceChatPaginator.Vars
-
toString
- Overrides:
toStringin classEnum<ChatPaginator.DefaultVars>
-