JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
New
Deprecated
Index
Search
Help
net.luckperms.api.event.source
EntitySource
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Nested Class Summary
Method Summary
Method Details
getEntity()
Interface EntitySource
All Superinterfaces:
Source
public interface
EntitySource
extends
Source
Represents an
PlatformEntity
which was the
Source
of 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
PlatformEntity
getEntity
()
Gets the entity.
Methods inherited from interface net.luckperms.api.event.source.
Source
getType
Method Details
getEntity
@NonNull
PlatformEntity
getEntity
()
Gets the entity.
Returns:
the entity