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 SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.player.PlayerEventplayer
- 
Constructor SummaryConstructorsConstructorDescriptionPlayerChatTabCompleteEvent(Player who, String message, Collection<String> completions) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the chat message being tab-completed.static HandlerListDeprecated.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.PlayerEventgetPlayerMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details
- 
Method Details- 
getChatMessageDeprecated.Gets the chat message being tab-completed.- Returns:
- the chat message
 
- 
getLastTokenDeprecated.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
 
- 
getTabCompletionsDeprecated.This is the collection of completions for this event.- Returns:
- the current completions
 
- 
getHandlersDeprecated.- Specified by:
- getHandlersin class- Event
 
- 
getHandlerListDeprecated.
 
-