Package com.griefdefender.api.event
Interface CommandCompletionEvent
- All Superinterfaces:
Event
- All Known Subinterfaces:
CommandCompletionEvent.Context,CommandCompletionEvent.Identifier,CommandCompletionEvent.Tag
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFired when GD builds its context command completions.static interfaceFired when GD builds its identifier command completions.static interfaceFired when GD builds its tag command completions. -
Method Summary
Modifier and TypeMethodDescriptionGets an immutable set of current command completions.voidRegister a custom command completion value.
-
Method Details
-
getCommandCompletions
Gets an immutable set of current command completions.- Returns:
- The immutable set of command completions
-
register
Register a custom command completion value.- Parameters:
commandCompletion-
-