类 ClientChatReceivedEvent.System
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ClientChatReceivedEvent
net.minecraftforge.client.event.ClientChatReceivedEvent.System
@Deprecated(forRemoval=true,
since="1.21.1")
public static class ClientChatReceivedEvent.System
extends ClientChatReceivedEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
Fired when a system message is received on the client.
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.client.event.ClientChatReceivedEvent
ClientChatReceivedEvent.Player, ClientChatReceivedEvent.System
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
字段概要
字段 -
构造器概要
构造器构造器说明System
(ChatType.Bound boundChatType, Component message, boolean overlay) 已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
方法概要
修饰符和类型方法说明boolean
已过时, 待删除: 此 API 元素将从以后的版本中删除。返回 whether the message goes to the overlay。从类继承的方法 net.minecraftforge.client.event.ClientChatReceivedEvent
getBoundChatType, getMessage, getSender, isSystem, setMessage
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
字段详细资料
-
overlay
private final boolean overlay已过时, 待删除: 此 API 元素将从以后的版本中删除。
-
-
构造器详细资料
-
System
已过时, 待删除: 此 API 元素将从以后的版本中删除。
-
-
方法详细资料
-
isOverlay
public boolean isOverlay()已过时, 待删除: 此 API 元素将从以后的版本中删除。返回 whether the message goes to the overlay。- 返回:
- whether the message goes to the overlay
-