Package net.luckperms.api.event.source
Interface Source
- All Known Subinterfaces:
EntitySource
public interface Source
Represents the source of an event.
Could also be described as the "thing" that caused an event to occur.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getType
@NonNull Source.Type getType()Gets the source type- Returns:
- the type
-