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
public abstract Class<? extends BlockEntity> value()
The class to register the processor for.

Inherited functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()