create

@NotNull
open fun create(@NotNull location: @NotNull Location): @NotNull DummyTracker

Creates tracker by location

Return

empty tracker

Parameters

location

location


@NotNull
open fun create(@NotNull location: @NotNull Location, @NotNull modifier: @NotNull TrackerModifier): @NotNull DummyTracker

Creates tracker by location

Return

empty tracker

Parameters

location

location

modifier

modifier


@NotNull
open fun create(@NotNull location: @NotNull Location, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<DummyTracker>): @NotNull DummyTracker

Creates tracker by location

Return

empty tracker

Parameters

location

location

modifier

modifier

preUpdateConsumer

task on pre-update


@NotNull
open fun create(@NotNull location: @NotNull Location, @NotNull profile: @NotNull ModelProfile): @NotNull DummyTracker

Creates tracker by location and completed profile

Return

empty tracker

Parameters

location

location

profile

profile


@NotNull
open fun create(@NotNull location: @NotNull Location, profile: ModelProfile, @NotNull modifier: @NotNull TrackerModifier): @NotNull DummyTracker

Creates tracker by location and completed profile

Return

empty tracker

Parameters

location

location

profile

profile

modifier

modifier


@NotNull
open fun create(@NotNull location: @NotNull Location, @NotNull profile: @NotNull ModelProfile, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<DummyTracker>): @NotNull DummyTracker

Creates tracker by location and completed profile

Return

empty tracker

Parameters

location

location

profile

profile

modifier

modifier

preUpdateConsumer

task on pre-update


@NotNull
open fun create(@NotNull location: @NotNull Location, @NotNull profile: @NotNull ModelProfile.Uncompleted): @NotNull DummyTracker

Creates tracker by location and uncompleted profile

Return

empty tracker

Parameters

location

location

profile

profile


@NotNull
open fun create(@NotNull location: @NotNull Location, profile: ModelProfile.Uncompleted, @NotNull modifier: @NotNull TrackerModifier): @NotNull DummyTracker

Creates tracker by location and uncompleted profile

Return

empty tracker

Parameters

location

location

profile

profile

modifier

modifier


@NotNull
open fun create(@NotNull location: @NotNull Location, @NotNull profile: @NotNull ModelProfile.Uncompleted, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<DummyTracker>): @NotNull DummyTracker

Creates tracker by location and uncompleted profile

Return

empty tracker

Parameters

location

location

profile

profile

modifier

modifier

preUpdateConsumer

task on pre-update


@NotNull
open fun create(@NotNull entity: @NotNull Entity): @NotNull EntityTracker
@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity): @NotNull EntityTracker

Creates tracker by entity

Return

entity tracker

Parameters

entity

entity


@NotNull
open fun create(@NotNull entity: @NotNull Entity, @NotNull modifier: @NotNull TrackerModifier): @NotNull EntityTracker
@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull modifier: @NotNull TrackerModifier): @NotNull EntityTracker

Creates tracker by entity

Return

entity tracker

Parameters

entity

entity

modifier

modifier


@NotNull
open fun create(@NotNull entity: @NotNull Entity, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<EntityTracker>): @NotNull EntityTracker
@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<EntityTracker>): @NotNull EntityTracker

Creates tracker by entity

Return

entity tracker

Parameters

entity

entity

modifier

modifier

preUpdateConsumer

task on pre-update


@NotNull
open fun create(@NotNull entity: @NotNull Entity, @NotNull profile: @NotNull ModelProfile.Uncompleted): @NotNull EntityTracker
@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull profile: @NotNull ModelProfile.Uncompleted): @NotNull EntityTracker

Creates tracker by entity and uncompleted profile

Return

entity tracker

Parameters

entity

entity

profile

profile


@NotNull
open fun create(@NotNull entity: @NotNull Entity, @NotNull profile: @NotNull ModelProfile.Uncompleted, @NotNull modifier: @NotNull TrackerModifier): @NotNull EntityTracker
@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull profile: @NotNull ModelProfile.Uncompleted, @NotNull modifier: @NotNull TrackerModifier): @NotNull EntityTracker

Creates tracker by entity and uncompleted profile

Return

entity tracker

Parameters

entity

entity

profile

profile

modifier

modifier


@NotNull
open fun create(@NotNull entity: @NotNull Entity, @NotNull profile: @NotNull ModelProfile.Uncompleted, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<EntityTracker>): @NotNull EntityTracker

Creates tracker by entity and uncompleted profile

Return

entity tracker

Parameters

entity

entity

profile

skin

modifier

modifier

preUpdateConsumer

task on pre-update


@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull profile: @NotNull ModelProfile): @NotNull EntityTracker

Creates tracker by entity and completed profile

Return

entity tracker

Parameters

entity

entity

profile

profile


@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull profile: @NotNull ModelProfile, @NotNull modifier: @NotNull TrackerModifier): @NotNull EntityTracker

Creates tracker by entity and completed profile

Return

entity tracker

Parameters

entity

entity

profile

profile

modifier

modifier


@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull profile: @NotNull ModelProfile, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<EntityTracker>): @NotNull EntityTracker

Creates tracker by entity and completed profile

Return

entity tracker

Parameters

entity

entity

profile

profile

modifier

modifier

preUpdateConsumer

task on pre-update


@NotNull
open fun create(@NotNull entity: @NotNull BaseEntity, @NotNull profile: @NotNull ModelProfile.Uncompleted, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<EntityTracker>): @NotNull EntityTracker

Creates tracker by entity and uncompleted profile

Return

entity tracker

Parameters

entity

entity

profile

profile

modifier

modifier

preUpdateConsumer

task on pre-update