FabricLivingEntity

Represents a Fabric living entity wrapped as a PlatformLivingEntity.

Since

2.0.0

Parameters

source

the source NMS living entity

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun eyeLocation(): @NotNull PlatformLocation
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun location(): @NotNull PlatformLocation
Link copied to clipboard
open fun registry(): @NotNull Optional<EntityTrackerRegistry>
Link copied to clipboard
open fun task(runnable: @NotNull Runnable): @Nullable ModelTask
Link copied to clipboard
open fun taskLater(delay: Long, runnable: @NotNull Runnable): @Nullable ModelTask
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
open fun tracker(name: @NotNull String): @NotNull Optional<EntityTracker>
Link copied to clipboard
fun PlatformEntity.unwarp(): Entity
fun PlatformLivingEntity.unwarp(): LivingEntity
Link copied to clipboard
@NotNull
open fun uuid(): @NotNull UUID