IPlayerEvent
Link to iplayerevent
This interface is extended by all events that have a player.
That means you can use the getter below to access the player.
导入类
Link to 导入类
It might be required to import the class to avoid errors.
import crafttweaker.event.IPlayerEvent;
Extending ILivingEvent
Link to extending-ilivingevent
This interface extends ILivingEvent, which means that all functionality that ILivingEvent offers is also present in IPlayerEvent
ZenGetters
Link to zengetters
name(名称) | 类型 |
---|---|
name(名称) player | 类型 IPlayer |