BlockEntityProcessor

Registers the annotated class as a processor for value. The annotated class must implement opekope2.optigui.api.interaction.IBlockEntityProcessor, and must be a registered entrypoint in fabric.mod.json in order to be recognized. The name of the entrypoint is optigui-blockentityprocessor.

Functions

Link copied to clipboard
abstract fun value(): Class<out BlockEntity>
The class to register the processor for.

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String