Package net.luckperms.api.event.source
Interface Source
-
- All Known Subinterfaces:
EntitySource
public interface SourceRepresents the source of an event.Could also be described as the "thing" that caused an event to occur.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSource.TypeRepresents a type of source
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull Source.TypegetType()Gets the source type
-
-
-
Method Detail
-
getType
@NonNull Source.Type getType()
Gets the source type- Returns:
- the type
-
-