Package com.griefdefender.api.event
Interface QueryPermissionEvent
- All Superinterfaces:
net.kyori.event.Cancellable,Event,PermissionEvent
- All Known Subinterfaces:
QueryPermissionEvent.Post,QueryPermissionEvent.Pre
The base event that is fired before and after GD queries permission provider for result.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn event that is fired after GD queries permission provider for result.static interfaceAn event that is fired before all GD permission checks take place. -
Method Summary
Methods inherited from interface net.kyori.event.Cancellable
cancelled, cancelledMethods inherited from interface com.griefdefender.api.event.PermissionEvent
getContexts, getMessage, getPermission, getSubject, setMessage
-
Method Details
-
getLocation
@Nullable Object getLocation()Gets the query action location.- Returns:
- The query action location, if available
-