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;

Наследование от ILivingEvent

Link to наследование-от-ilivingevent

Этот интерфейс расширяет ILivingEvent. Это значит, что весь функционал, который предлагает ILivingEvent, так же доступен в IPlayerEvent.

nametype
name
player
type
IPlayer