Interface IModelPartsAccessor
- All Known Implementing Classes:
EntityModelMixin
public interface IModelPartsAccessor
-
Method Summary
Modifier and TypeMethodDescriptionList<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>
-