Package org.spongepowered.api.command
Interface CommandCompletion.Factory
-
- Enclosing interface:
- CommandCompletion
public static interface CommandCompletion.FactoryA factory for constructingCommandCompletions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandCompletioncompletion(String completion, @Nullable Component tooltip)Creates aCommandCompletion
-
-
-
Method Detail
-
completion
CommandCompletion completion(String completion, @Nullable Component tooltip)
Creates aCommandCompletion- Parameters:
completion- The completiontooltip- TheComponentto display, if any- Returns:
- A
CommandCompletion
-
-