package com.minelittlepony.model; public interface ICapitated { /** * Gets the head of this capitated object. */ ModelRenderer getHead(); }