Uses of Interface
com.destroystokyo.paper.event.server.AsyncTabCompleteEvent.Completion
-
Uses of AsyncTabCompleteEvent.Completion in com.destroystokyo.paper.event.server
Modifier and TypeMethodDescriptionAsyncTabCompleteEvent.Completion.completion
(@NotNull String suggestion) Create a newAsyncTabCompleteEvent.Completion
from a suggestion string.AsyncTabCompleteEvent.Completion.completion
(@NotNull String suggestion, @Nullable Component tooltip) Create a newAsyncTabCompleteEvent.Completion
from a suggestion string and a tooltipComponent
.Modifier and TypeMethodDescriptionAsyncTabCompleteEvent.completions()
The list ofcompletions
which will be offered to the sender, in order.Modifier and TypeMethodDescriptionvoid
AsyncTabCompleteEvent.completions
(@NotNull List<AsyncTabCompleteEvent.Completion> newCompletions) Set thecompletions
offered, overriding any already set.