package com.minelittlepony.unicopia.entity; import net.minecraft.entity.Entity; /** * Generic container for an entity that has a race. * * @param The type of owner */ public interface RaceContainer extends Ponylike { }