ofClass

@Nullable
open fun <T : Entity?> ofClass(@NotNull type: @NotNull Class<@NotNull T>): @Nullable IEntityProcessor<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