@Deprecated
public DesireSitOnBlock(RemoteEntity inEntity)
{
super(inEntity);
if(!(this.getEntityHandle() instanceof EntityOcelot))
throw new NotAnOcelotException();
this.m_ocelot = (EntityOcelot)this.getEntityHandle();
this.m_type = DesireType.OCCASIONAL_URGE;
}