类 PlayerChatTabCompleteEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerChatTabCompleteEvent
已过时。
当玩家尝试补全聊天消息时触发本事件
-
嵌套类概要
从类继承的嵌套类/接口 org.bukkit.event.Event
Event.Result
-
字段概要
从类继承的字段 org.bukkit.event.player.PlayerEvent
player
-
构造器概要
构造器说明PlayerChatTabCompleteEvent
(@NotNull Player who, @NotNull String message, @NotNull Collection<String> completions) 已过时。 -
方法概要
修饰符和类型方法说明已过时。获取将被补全的聊天消息.static @NotNull HandlerList
已过时。已过时。已过时。获取被补全消息的最后一个'标记'.已过时。获取所有补全项集合.从类继承的方法 org.bukkit.event.player.PlayerEvent
getPlayer
从类继承的方法 org.bukkit.event.Event
getEventName, isAsynchronous
-
构造器详细资料
-
方法详细资料
-
getChatMessage
已过时。获取将被补全的聊天消息.原文:Gets the chat message being tab-completed.
- 返回:
- 聊天消息
-
getLastToken
已过时。获取被补全消息的最后一个'标记'.标记是字符开始后的最后一个组成部分. (比如“res ? test”,这里的last token就是test)
原文: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.
- 返回:
- 聊天消息的最后一个标记
-
getTabCompletions
已过时。获取所有补全项集合.原文:This is the collection of completions for this event.
- 返回:
- 补全项
-
getHandlers
已过时。- 指定者:
getHandlers
在类中Event
-
getHandlerList
已过时。
-
PlayerCommandSendEvent