public abstract class RequestEvent extends SourcedEvent
Request.| Modifier and Type | Method and Description | 
|---|---|
Request | 
getRequest()
Request instance associated with this event. | 
org.bukkit.entity.Player | 
getSource()
Player who is the source of this event. | 
org.bukkit.entity.Player | 
getTarget()
Player who is the target of this event. | 
hasSource@NotNull public org.bukkit.entity.Player getSource()
Player who is the source of this event.getSource in class SourcedEventPlayer who is the source of this event.@NotNull public org.bukkit.entity.Player getTarget()
Player who is the target of this event.Player who is the target of this event.