public class EventTitleCommand extends CommandBase
Command for eventtitl operations. Registered with the command system and callable by players.
java.lang.Object > CommandBase > EventTitleCommand
Field Summary
inputString
final
String
inputString
Field inputString.
rawArgs
final
String
rawArgs
Field rawArgs.
primaryTitle
final
Message
primaryTitle
Field primaryTitle.
secondaryTitle
final
Message
secondaryTitle
Field secondaryTitle.
isMajor
final
boolean
isMajor
Field isMajor.
secondaryValue
final
String
secondaryValue
Field secondaryValue.
Method Detail
EventTitleCommand
public
public
EventTitleCommand
()
Method EventTitleCommand.
extractTitleFromRawInput
private
String
extractTitleFromRawInput
(@Nonnull final String rawArgs, @Nonnull final CommandContext context)
Method extractTitleFromRawInput.
- Parameters:
@Nonnull final StringrawArgs@Nonnull final CommandContextcontext