Package co.aikar.commands
Class SpongeRegisteredCommand
- java.lang.Object
-
- co.aikar.commands.RegisteredCommand<SpongeCommandExecutionContext>
-
- co.aikar.commands.SpongeRegisteredCommand
-
public class SpongeRegisteredCommand extends co.aikar.commands.RegisteredCommand<SpongeCommandExecutionContext>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostCommand()voidpreCommand()
-
-
-
Method Detail
-
preCommand
public void preCommand()
- Overrides:
preCommandin classco.aikar.commands.RegisteredCommand<SpongeCommandExecutionContext>
-
postCommand
public void postCommand()
- Overrides:
postCommandin classco.aikar.commands.RegisteredCommand<SpongeCommandExecutionContext>
-
-