PlayerChatTabCompleteEvent
PlayerChatTabCompleteEvent
=> org.bukkit.event.Event
=> org.bukkit.event.player.PlayerEvent
=> org.bukkit.event.player.PlayerChatTabCompleteEvent
Called when a player attempts to tab-complete a chat message.@deprecated This event is no longer fired due to client changes当玩家在聊天消息中使用Tab
补全时触发。@deprecated 本事件已过时。由于客户端行为改变,该事件目前已经不会被触发了。
方法声明: public String getChatMessage()
方法签名: ()Ljava/lang/String;
Gets the chat message being tab-completed.@return the chat message译注:请不要使用本事件。本事件已经过时。
方法声明: public String getLastToken()
方法签名: ()Ljava/lang/String;
Gets the last 'token' of the message being tab-completed.The token is the substring starting with the character after the lastspace in the message.@return The last token for the chat message译注:请不要使用本事件。本事件已经过时。
方法声明: public Collection getTabCompletions()
方法签名: ()Ljava/util/Collection;
This is the collection of completions for this event.@return the current completions译注:请不要使用本事件。本事件已经过时。
方法声明: public HandlerList getHandlers()
方法签名: ()Lorg/bukkit/event/HandlerList;
方法声明: public static HandlerList getHandlerList()
方法签名: ()Lorg/bukkit/event/HandlerList;
Last modified 1mo ago