Package ru.cwcode.commands.executor
Class AbstractLocalTimedExecutor
java.lang.Object
ru.cwcode.commands.executor.AbstractExecutor
ru.cwcode.commands.executor.AbstractLocalTimedExecutor
-
Field Summary
Fields inherited from class ru.cwcode.commands.executor.AbstractExecutor
command, parser, sender -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidDeprecated.protected abstract voidDeprecated.voidDeprecated.Действие, выполняемое для игроков И НЕ-ИГРОКОВ, если метод executeForNonPlayer не переопределёнvoidprepare(Sender sender, String[] args, ArgumentSet argumentSet, Command command) Deprecated.Methods inherited from class ru.cwcode.commands.executor.AbstractExecutor
arg, arg, argB, argD, argE, argI, argO, argP, argS, argumentsAmount, argWithSpaces, executeForNonPlayer, getCommand, handleError, isPresent, sender
-
Constructor Details
-
AbstractLocalTimedExecutor
public AbstractLocalTimedExecutor(long delayMillis) Deprecated.
-
-
Method Details
-
prepare
Deprecated.- Overrides:
preparein classAbstractExecutor
-
executeForPlayer
public void executeForPlayer()Deprecated.Description copied from class:AbstractExecutorДействие, выполняемое для игроков И НЕ-ИГРОКОВ, если метод executeForNonPlayer не переопределён- Specified by:
executeForPlayerin classAbstractExecutor
-
commandDelayNotPassed
protected abstract void commandDelayNotPassed()Deprecated. -
commandDelayPassed
protected abstract void commandDelayPassed()Deprecated.
-