@Deprecated
public DesireTradeWithPlayer(RemoteEntity inEntity)
{
super(inEntity);
if(!(this.getEntityHandle() instanceof EntityVillager))
throw new NotAVillagerException();
this.m_villager = (EntityVillager)this.getEntityHandle();
this.m_type = DesireType.OCCASIONAL_URGE;
}