RegistrationHelper

public interface RegistrationHelper

A delegate object used to help register feature renderers for an entity renderer.

This is not meant for implementation by users of the API.

Functions

register
Link copied to clipboard
abstract void register<T extends LivingEntity>(FeatureRenderer<T, ? extends EntityModel<T>> featureRenderer)
Adds a feature renderer to the entity renderer.

Inheritors

RegistrationHelperImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard