ofClass

@Nullable()
public static @Nullable() IEntityProcessor<T> ofClass<T extends Entity>(@NotNull() @NotNull() Class<@NotNull() T> type)(source)

Finds the registered entity processor for the given entity class.

Parameters

<T>

The type of the entity

type

The class of the entity