bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-495
bettermodel-bukkit-api
Target filter
bettermodel-bukkit-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-bukkit-api
/
kr.toxicity.model.api.bukkit.platform
/
BukkitLivingEntity
Bukkit
Living
Entity
open
class
BukkitLivingEntity
:
BukkitEntity
,
PlatformLivingEntity
Represents a Bukkit living entity wrapped as a
PlatformLivingEntity
.
Since
2.0.0
Inheritors
BukkitPlayer
Members
Constructors
Bukkit
Living
Entity
Link copied to clipboard
constructor
(
@
NotNull
source
:
@
NotNull
LivingEntity
)
Creates a new BukkitLivingEntity wrapper.
Functions
eye
Location
Link copied to clipboard
@
NotNull
open
fun
eyeLocation
(
)
:
@
NotNull
PlatformLocation
location
Link copied to clipboard
@
NotNull
open
fun
location
(
)
:
@
NotNull
PlatformLocation
abstract
fun
location
(
)
:
@
NotNull
PlatformLocation
registry
Link copied to clipboard
open
fun
registry
(
)
:
@
NotNull
Optional
<
EntityTrackerRegistry
>
source
Link copied to clipboard
open
fun
source
(
)
:
LivingEntity
Returns the underlying Bukkit living entity.
task
Link copied to clipboard
open
fun
task
(
runnable
:
@
NotNull
Runnable
)
:
@
Nullable
ModelTask
task
Later
Link copied to clipboard
open
fun
taskLater
(
delay
:
Long
,
runnable
:
@
NotNull
Runnable
)
:
@
Nullable
ModelTask
tracker
Link copied to clipboard
open
fun
tracker
(
name
:
@
NotNull
String
)
:
@
NotNull
Optional
<
EntityTracker
>
uuid
Link copied to clipboard
@
NotNull
open
fun
uuid
(
)
:
@
NotNull
UUID
abstract
fun
uuid
(
)
:
@
NotNull
UUID