public class CommandRemoverComponent extends Component implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,pro.gravit.utils.command.Command> |
commandsList |
java.lang.String[] |
removeList |
| Constructor and Description |
|---|
CommandRemoverComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init(LaunchServer launchServer) |
void |
postInit(LaunchServer launchServer) |
void |
preInit(LaunchServer launchServer) |
registerComponentspublic java.lang.String[] removeList
public transient java.util.Map<java.lang.String,pro.gravit.utils.command.Command> commandsList
public void preInit(LaunchServer launchServer)
public void init(LaunchServer launchServer)
public void postInit(LaunchServer launchServer)
public void close()
close in interface java.lang.AutoCloseable