Uses of Enum Class
dev.jorel.commandapi.arguments.ScoreHolderArgument.ScoreHolderType
Packages that use ScoreHolderArgument.ScoreHolderType
-
Uses of ScoreHolderArgument.ScoreHolderType in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return ScoreHolderArgument.ScoreHolderTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ScoreHolderArgument.ScoreHolderType[]ScoreHolderArgument.ScoreHolderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.jorel.commandapi.arguments with parameters of type ScoreHolderArgument.ScoreHolderTypeModifierConstructorDescriptionScoreHolderArgument(String nodeName, ScoreHolderArgument.ScoreHolderType type) A Score Holder argument.