Interface LivingEntityFeatureRendererRegistrationCallback.RegistrationHelper

Enclosing interface:
LivingEntityFeatureRendererRegistrationCallback

@Deprecated public static interface LivingEntityFeatureRendererRegistrationCallback.RegistrationHelper
Deprecated.
This module has been moved into fabric-rendering-v1. Use LivingEntityFeatureRendererRegistrationCallback.RegistrationHelper instead
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)
    Deprecated.
    Adds a feature renderer to the entity renderer.
  • Method Details

    • register

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