Package org.spongepowered.api.command
Interface CommandCause.Factory
-
- Enclosing interface:
- CommandCause
public static interface CommandCause.Factory
Creates instances of theCommandCause
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandCause
create()
Creates theCommandCause
from the currentCause
-
-
-
Method Detail
-
create
CommandCause create()
Creates theCommandCause
from the currentCause
- Returns:
- The
CommandCause
-
-