getBlockEntityProcessor

@Nullable
abstract fun <T : BlockEntity?> getBlockEntityProcessor(@NotNull type: @NotNull Class<@NotNull T>): @Nullable IBlockEntityProcessor<@NotNull T>(source)

Finds the registered block entity processor for the given block entity class.

Parameters

<T>

The type of the block entity

type

The class of the block entity

See also