package com.minelittlepony.model; import net.minecraft.client.model.Cuboid; import net.minecraft.entity.LivingEntity; import com.minelittlepony.pony.IPony; public interface IPonyModel extends PonyModelConstants, IModel, ICapitated, ICompartmented { default void updateLivingState(T entity, IPony pony) { } }