getEntityProcessor

@Nullable
abstract fun <T : Entity?> getEntityProcessor(@NotNull type: @NotNull Class<@NotNull T>): @Nullable IEntityProcessor<@NotNull T>(source)

Finds the registered entity processor for the given entity class.

Parameters

<T>

The type of the entity

type

The class of the entity

See also