getEntityProcessor

@Nullable()
public abstract @Nullable() IEntityProcessor<@NotNull() T> getEntityProcessor<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

See also