Preprocessors

public class Preprocessors(source)

Interface to registered BlockEntityPreprocessor and EntityPreprocessor instances.

Functions

Link copied to clipboard
public final static Object preprocessBlockEntity(BlockEntity blockEntity)

Runs the preprocessor of blockEntity if registered, and returns its result.

Link copied to clipboard
public final static Object preprocessEntity(Entity entity)

Runs the preprocessor of entity if registered, and returns its result.

Properties

Link copied to clipboard
public final static Preprocessors INSTANCE