Uses of Enum Class
com.bdtripp.hauntedhouse.model.CommandWord
Packages that use CommandWord
-
Uses of CommandWord in com.bdtripp.hauntedhouse.model
Methods in com.bdtripp.hauntedhouse.model that return CommandWordModifier and TypeMethodDescriptionstatic CommandWordCommandWord.fromString(String word) Converts a string into a CommandWord if it is a valid commandCommand.getCommandWord()Returns the primary command word supplied by the player.static CommandWordReturns the enum constant of this class with the specified name.static CommandWord[]CommandWord.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.bdtripp.hauntedhouse.model with parameters of type CommandWordModifierConstructorDescriptionCommand(CommandWord firstWord, String secondWord, String thirdWord) Create a command with three words.