Package org.bukkit.event.player
Class PlayerChatTabCompleteEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerChatTabCompleteEvent
Deprecated.
This event is no longer fired due to client changes
Called when a player attempts to tab-complete a chat message.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.player.PlayerEvent
player
-
Constructor Summary
ConstructorDescriptionPlayerChatTabCompleteEvent
(@NotNull Player who, @NotNull String message, @NotNull Collection<String> completions) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the chat message being tab-completed.static @NotNull HandlerList
Deprecated.Deprecated.Deprecated.Gets the last 'token' of the message being tab-completed.Deprecated.This is the collection of completions for this event.Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayer
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
Method Details
-
getChatMessage
Deprecated.Gets the chat message being tab-completed.- Returns:
- the chat message
-
getLastToken
Deprecated.Gets the last 'token' of the message being tab-completed.The token is the substring starting with the character after the last space in the message.
- Returns:
- The last token for the chat message
-
getTabCompletions
Deprecated.This is the collection of completions for this event.- Returns:
- the current completions
-
getHandlers
Deprecated.- Specified by:
getHandlers
in classEvent
-
getHandlerList
Deprecated.
-