Package co.aikar.commands
Class BungeeRegisteredCommand
- java.lang.Object
-
- co.aikar.commands.RegisteredCommand<BungeeCommandExecutionContext>
-
- co.aikar.commands.BungeeRegisteredCommand
-
public class BungeeRegisteredCommand extends co.aikar.commands.RegisteredCommand<BungeeCommandExecutionContext>
-
-
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<BungeeCommandExecutionContext>
-
postCommand
public void postCommand()
- Overrides:
postCommandin classco.aikar.commands.RegisteredCommand<BungeeCommandExecutionContext>
-
-