CreateDummyTrackerEvent

Triggered when a new DummyTracker is created.

This event allows plugins/mods to perform initialization or tracking logic for dummy trackers.

Since

2.0.0

Parameters

tracker

the newly created dummy tracker

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun call(): @NotNull BetterModelEventBus.Result
Dispatches this event to the global event bus.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String