Interface EntityModelLayerRegistry.TexturedEquipmentModelDataProvider

Enclosing class:
EntityModelLayerRegistry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EntityModelLayerRegistry.TexturedEquipmentModelDataProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.renderer.entity.ArmorModelSet<net.minecraft.client.model.geom.builders.LayerDefinition>
    Creates the textured model data for use in a ArmorModelSet of type LayerDefinition.
  • Method Details

    • createEquipmentModelData

      net.minecraft.client.renderer.entity.ArmorModelSet<net.minecraft.client.model.geom.builders.LayerDefinition> createEquipmentModelData()
      Creates the textured model data for use in a ArmorModelSet of type LayerDefinition.
      Returns:
      the textured model data for the entity model layer.