Interface LivingEntityFeatureRendererRegistrationCallback.RegistrationHelper

Enclosing interface:
LivingEntityFeatureRendererRegistrationCallback

@NonExtendable public static interface LivingEntityFeatureRendererRegistrationCallback.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.

  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends LivingEntity>
    void
    register(FeatureRenderer<T,? extends EntityModel<T>> featureRenderer)
    Adds a feature renderer to the entity renderer.
  • Method Details

    • register

      <T extends LivingEntity> void register(FeatureRenderer<T,? extends EntityModel<T>> featureRenderer)
      Adds a feature renderer to the entity renderer.
      Type Parameters:
      T - the type of entity
      Parameters:
      featureRenderer - the feature renderer