Interface IModelPartsAccessor


public interface IModelPartsAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.minecraft.client.model.geom.ModelPart>
    Returns list containing each model part gathered from entity model
  • Method Details

    • getAllModelParts

      List<net.minecraft.client.model.geom.ModelPart> getAllModelParts()
      Returns list containing each model part gathered from entity model
      Returns:
      List<ModelPart>