Class BasePlayerJoinEvent
java.lang.Object
com.github.theword.queqiao.tool.event.base.BaseEvent
com.github.theword.queqiao.tool.event.base.BaseNoticeEvent
com.github.theword.queqiao.tool.event.base.BasePlayerJoinEvent
通用基础玩家加入事件
各服务端需要实现此事件子类
在玩家加入服务器时,构造并广播适用于对应服务端的子类事件
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasePlayerJoinEvent
构造函数- Parameters:
eventName
- 事件名称player
- 触发事件的玩家
-