registries

open fun registries(@NotNull consumer: @NotNull Consumer<EntityTrackerRegistry>)

Iterates over all active registries.

Since

1.15.2

Parameters

consumer

the consumer to apply


@NotNull
@Unmodifiable
open fun registries(): @NotNull @Unmodifiable List<EntityTrackerRegistry>

Returns a list of all active registries.

Return

the list of registries

Since

1.15.2