Package net.luckperms.api.event.source
Interface EntitySource
-
- All Superinterfaces:
Source
public interface EntitySource extends Source
Represents anPlatformEntitywhich was theSourceof something.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.luckperms.api.event.source.Source
Source.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull PlatformEntitygetEntity()Gets the entity.
-
-
-
Method Detail
-
getEntity
@NonNull PlatformEntity getEntity()
Gets the entity.- Returns:
- the entity
-
-