tracker

@NotNull
open fun tracker(@NotNull name: @NotNull String): @NotNull Optional<EntityTracker>

Retrieves a specific tracker by name from this entity's registry.

Return

an optional containing the tracker if found

Since

2.0.0

Parameters

name

the name of the tracker