BaseEntity

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
abstract fun create(@NotNull instance: RenderInstance, @NotNull modifier: TrackerModifier): Tracker
@NotNull
open fun create(@NotNull instance: RenderInstance, @NotNull modifier: TrackerModifier): EntityTracker
Link copied to clipboard
@NotNull
abstract fun entity(): Entity
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@ApiStatus.Internal
@NotNull
open fun of(@NotNull location: Location): RenderSource.Located
@ApiStatus.Internal
@NotNull
open fun of(@NotNull entity: Entity): RenderSource.Based
@ApiStatus.Internal
@NotNull
open fun of(@NotNull location: Location, @NotNull profile: GameProfile, slim: Boolean): RenderSource.Located
Link copied to clipboard
abstract fun toString(): String